From cd207cdc5dbbc7fa0ff9801e17875906688f633d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 2 Jul 2020 21:00:59 -0400 Subject: [PATCH] [i3] fix i3status for linux --- i3/.config/i3status/i3status.conf | 4 ++-- radiotray-ng/.config/radiotray-ng/radiotray-ng.json | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 radiotray-ng/.config/radiotray-ng/radiotray-ng.json diff --git a/i3/.config/i3status/i3status.conf b/i3/.config/i3status/i3status.conf index 65991d5..c7080d3 100644 --- a/i3/.config/i3status/i3status.conf +++ b/i3/.config/i3status/i3status.conf @@ -12,7 +12,7 @@ order += "battery all" order += "disk /" order += "cpu_temperature 0" order += "load" -order += "wireless wlan0" +order += "wireless _first_" order += "ethernet _first_" order += "tztime local" @@ -30,7 +30,7 @@ ethernet _first_ { format_down = "Eth down" } -wireless wlan0 { +wireless _first_ { format_up = " %essid %ip" format_down = "WiFi down" } diff --git a/radiotray-ng/.config/radiotray-ng/radiotray-ng.json b/radiotray-ng/.config/radiotray-ng/radiotray-ng.json new file mode 100644 index 0000000..02caea1 --- /dev/null +++ b/radiotray-ng/.config/radiotray-ng/radiotray-ng.json @@ -0,0 +1,10 @@ +{ + "bookmarks" : "/home/powellc/.config/radiotray-ng/bookmarks.json", + "last-station" : "Unblink", + "last-station-group" : "root", + "last-station-notifications" : true, + "notification-verbose" : true, + "notifications" : true, + "split-title" : true, + "volume-level" : 100 +} \ No newline at end of file