[i3] fix i3status for linux

This commit is contained in:
2020-07-02 21:00:59 -04:00
parent 0804d43c6d
commit cd207cdc5d
2 changed files with 12 additions and 2 deletions

View File

@ -12,7 +12,7 @@ order += "battery all"
order += "disk /" order += "disk /"
order += "cpu_temperature 0" order += "cpu_temperature 0"
order += "load" order += "load"
order += "wireless wlan0" order += "wireless _first_"
order += "ethernet _first_" order += "ethernet _first_"
order += "tztime local" order += "tztime local"
@ -30,7 +30,7 @@ ethernet _first_ {
format_down = "Eth down" format_down = "Eth down"
} }
wireless wlan0 { wireless _first_ {
format_up = " %essid %ip" format_up = " %essid %ip"
format_down = "WiFi down" format_down = "WiFi down"
} }

View File

@ -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
}