Various fixes to i3 from ranger.
This commit is contained in:
parent
cad3f91f96
commit
075441297e
@ -45,7 +45,7 @@ status.register("disk",
|
|||||||
|
|
||||||
status.register("pulseaudio",
|
status.register("pulseaudio",
|
||||||
format="♪{volume}%{muted}",
|
format="♪{volume}%{muted}",
|
||||||
color=COLORS['White'],
|
color_unmuted=COLORS['White'],
|
||||||
color_muted=COLORS['Yellow'],
|
color_muted=COLORS['Yellow'],
|
||||||
muted="M")
|
muted="M")
|
||||||
|
|
||||||
@ -83,5 +83,14 @@ status.register("mem",
|
|||||||
warn_color=COLORS['Yellow'],
|
warn_color=COLORS['Yellow'],
|
||||||
alert_color=COLORS['Red'])
|
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()
|
status.run()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user