various updates for new installation
[dotfiles.git] / x / .config / i3status / config
index d3b3458..e21a31b 100644 (file)
@@ -1,24 +1,41 @@
 general {
        colors = true
-       interval = 5
+       interval = 3
 }
 
-order += "ethernet enp5s0"
+order += "wireless wlan0"
+order += "ethernet eth0"
 order += "volume master"
 order += "disk /"
+order += "battery 0"
 order += "tztime local"
 
+battery 0 {
+       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 wlan0 {
+       format_up = "W: (%quality at %essid) %ip"
+       format_down = "W: down"
+}
+ethernet eth0 {
+       format_up = "E: %ip"
+       format_down = "E: down"
+}
+
 volume master {
        format = "♪: %volume"
        format_muted = "♪: muted (%volume)"
        device = "hw:1"
 }
 
-ethernet enp3s0f1 {
-       format_up = "E: %ip"
-       format_down ="E: down"
-}
-
 tztime local {
        format = "%Y-%m-%d %H:%M:%S"
 }