.i3status.conf

changeset 71
0be1b725711a
parent 44
821ebedc5f10
child 76
6dbcadb01380
--- a/.i3status.conf
+++ b/.i3status.conf
@@ -9,7 +9,7 @@
 
 general {
         colors = true
-        interval = 5
+        interval = 10
 }
 
 order += "ethernet eth0"
@@ -29,8 +29,16 @@ ethernet eth0 {
 
 battery 0 {
         format = "%status %percentage %remaining"
+        integer_battery_capacity = true
 }
 
+volume master {
+        format = "♪ %volume"
+        format_muted = "♪̶ %volume"
+        device = "default"
+        mixer = "Master"
+        mixer_idx = 0
+}
 run_watch DHCP {
         pidfile = "/var/run/dhclient*.pid"
 }
@@ -40,7 +48,7 @@ run_watch VPN {
 }
 
 tztime local {
-        format = "%Y-%m-%d %H:%M"
+        format = "%m-%d %H:%M"
 }
 
 load {

mercurial