update bashrc
[dotfiles.git] / x / .config / i3status / config
index 38c201c..4ac8370 100644 (file)
@@ -1,40 +1,39 @@
 general {
        colors = true
-       interval = 5
+       interval = 3
 }
 
 order += "wireless wlp2s0"
-order += "ethernet enp3s0f1"
+order += "ethernet eth0"
+#order += "keyboard"
 order += "volume master"
 order += "disk /"
-order += "wireless wlp1s0"
 order += "battery 0"
 order += "tztime local"
 
 battery 0 {
-        format = "%status %percentage %remaining"
-        format_down = "No battery"
-        status_chr = "⚇ CHR"
-        status_bat = "⚡ BAT"
-        status_full = "☻ FULL"
-        path = "/sys/class/power_supply/BAT%d/uevent"
-        low_threshold = 10
-}
-
-volume master {
-        format = "♪: %volume"
-        format_muted = "♪: muted (%volume)"
-        device = "default"
+       format = "%status %percentage"
+       integer_battery_capacity = true
+#      format_down = "No battery"
+#      status_chr = "⚇ CHR"
+#      status_bat = "⚡ BAT"
+#      status_full = "☻ FULL"
+       path = "/sys/class/power_supply/BAT%d/uevent"
+       low_threshold = 10
 }
 
 wireless wlp2s0 {
-       format_up = "W: %essid %ip"
-       format_down ="W: down"
+       format_up = "W: (%quality at %essid) %ip"
+       format_down = "W: down"
 }
-
-ethernet enp3s0f1 {
+ethernet eth0 {
        format_up = "E: %ip"
-       format_down ="E: down"
+       format_down = "E: down"
+}
+
+volume master {
+       format = "♪: %volume"
+       format_muted = "♪: muted (%volume)"
 }
 
 tztime local {
@@ -44,3 +43,6 @@ tztime local {
 disk "/" {
        format = "%free/%total free"
 }
+
+#keyboard {
+#}