]> git.donarmstrong.com Git - x_base.git/blobdiff - .config/i3status/config
add more utf8 things
[x_base.git] / .config / i3status / config
index 2a35b4c1854b0dc4f65c68c3b662186fdf36f428..0190ba13b9ddb56dd85d476680d080fa6649429e 100644 (file)
@@ -18,36 +18,54 @@ order += "wireless _first_"
 order += "ethernet _first_"
 order += "battery 0"
 order += "battery 1"
+order += "volume master"
 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 {
@@ -57,3 +75,9 @@ tztime local {
 load {
         format = "%1min"
 }
+
+volume master {
+       format = "๐Ÿ”Š%volume"
+       format_muted = "๐Ÿ”‡(%volume)"
+       device = "pulse"
+}