]> git.donarmstrong.com Git - x_base.git/commitdiff
add more utf8 things
authorDon Armstrong <don@donarmstrong.com>
Mon, 3 Oct 2016 20:28:43 +0000 (13:28 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 3 Oct 2016 20:28:43 +0000 (13:28 -0700)
.config/i3status/config

index c956e3ac8783adfe5c58a00e76c8b0a293f088ff..0190ba13b9ddb56dd85d476680d080fa6649429e 100644 (file)
@@ -23,30 +23,32 @@ order += "load"
 order += "tztime local"
 
 wireless _first_ {
-        format_up = "W:%essid (%bitrate)"
+        format_up = "๐Ÿ“ถ:%essid %bitrate"
         format_down = ""
 }
 
 ethernet etho {
         # if you use %speed, i3status requires root privileges
-        format_up = "E: %ip (%speed)"
+        format_up = "๐Ÿ–ง:%ip (%speed)"
         format_down = ""
 }
 
 battery 0 {
-        format = "%status%percentage %remaining"
+        format = "%percentage%status%remaining"
         format_down = ""
-        status_chr =  "C "
-        status_bat = ""
-        status_full = "F "
+        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 =  "C "
-        status_bat = ""
-        status_full = "F "
+        status_chr =  "๐Ÿ”Œ"
+        status_bat = "๐Ÿ”‹"
+        status_full = "F"
+        integer_battery_capacity = true
 }
 
 ipv6 {
@@ -56,13 +58,13 @@ ipv6 {
 
 run_watch DHCP {
         pidfile = "/var/run/dhclient*.pid"
-        format = "DHCP"
+        format = "Dโƒ"
         format_down = ""
 }
 
 path_exists VPN {
         path = "/proc/sys/net/ipv4/conf/tun0"
-        format = "VPN"
+        format = "๐Ÿ–งโƒ"
         format_down = ""
 }