[i3] fix i3status for linux
This commit is contained in:
@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
10
radiotray-ng/.config/radiotray-ng/radiotray-ng.json
Normal file
10
radiotray-ng/.config/radiotray-ng/radiotray-ng.json
Normal 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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user