bring in changes from mhoward-lt

Tue, 17 Jun 2014 05:47:31 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 17 Jun 2014 05:47:31 -0400
changeset 71
0be1b725711a
parent 69
b33d2188bfb9
child 72
d1ae56d8fdc4

bring in changes from mhoward-lt

.i3status.conf file | annotate | diff | comparison | revisions
--- 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