]> git.donarmstrong.com Git - x_base.git/blobdiff - .config/i3status/config
add more utf8 things
[x_base.git] / .config / i3status / config
index f34cfd2af9677cae6985d34858fec244e1f146b6..0190ba13b9ddb56dd85d476680d080fa6649429e 100644 (file)
@@ -23,32 +23,49 @@ order += "load"
 order += "tztime local"
 
 wireless _first_ {
-        format_up = "W: (%quality at %essid) %ip"
-        format_down = "W: down"
+        format_up = "๐Ÿ“ถ:%essid %bitrate"
+        format_down = ""
 }
 
 ethernet etho {
         # if you use %speed, i3status requires root privileges
-        format_up = "E: %ip (%speed)"
-        format_down = "E: down"
+        format_up = "๐Ÿ–ง:%ip (%speed)"
+        format_down = ""
 }
 
 battery 0 {
-        format = "%status %percentage %remaining"
+        format = "%percentage%status%remaining"
         format_down = ""
+        status_chr =  "๐Ÿ”Œ"
+        status_bat = "๐Ÿ”‹"
+        status_full = "F"
+        integer_battery_capacity = true
 }
 
 battery 1 {
-        format = "%status %percentage %remaining"
+        format = "%percentage%status%remaining"
         format_down = ""
+        status_chr =  "๐Ÿ”Œ"
+        status_bat = "๐Ÿ”‹"
+        status_full = "F"
+        integer_battery_capacity = true
+}
+
+ipv6 {
+     format_up = "%addr"
+     format_down = ""
 }
 
 run_watch DHCP {
         pidfile = "/var/run/dhclient*.pid"
+        format = "Dโƒ"
+        format_down = ""
 }
 
 path_exists VPN {
         path = "/proc/sys/net/ipv4/conf/tun0"
+        format = "๐Ÿ–งโƒ"
+        format_down = ""
 }
 
 tztime local {
@@ -60,7 +77,7 @@ load {
 }
 
 volume master {
-       format = "โ™ช: %volume"
-       format_muted = "โ™ช: muted (%volume)"
+       format = "๐Ÿ”Š%volume"
+       format_muted = "๐Ÿ”‡(%volume)"
        device = "pulse"
 }