Bläddra i källkod

[i3] fix i3status for linux

Colin Powell 4 år sedan
förälder
incheckning
cd207cdc5d

+ 2 - 2
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"
 }

+ 10 - 0
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
+}