Various fixes to i3 from ranger.

This commit is contained in:
Ian Adam Naval 2015-03-23 23:57:12 -04:00
parent cad3f91f96
commit 075441297e

View File

@ -45,7 +45,7 @@ status.register("disk",
status.register("pulseaudio",
format="{volume}%{muted}",
color=COLORS['White'],
color_unmuted=COLORS['White'],
color_muted=COLORS['Yellow'],
muted="M")
@ -83,5 +83,14 @@ status.register("mem",
warn_color=COLORS['Yellow'],
alert_color=COLORS['Red'])
status.register("keyboard_locks",
format="{caps}",
caps_on="[CapsLock]",
caps_off="")
status.register("shell",
command="~/.i3/window.sh",
interval=.1)
status.run()