Add xterm button to i3 status bar (for VNC).
This commit is contained in:
parent
20c7f70ded
commit
2276485f37
@ -81,5 +81,9 @@ status.register("mem",
|
|||||||
warn_color=COLORS['Yellow'],
|
warn_color=COLORS['Yellow'],
|
||||||
alert_color=COLORS['Red'])
|
alert_color=COLORS['Red'])
|
||||||
|
|
||||||
|
status.register("text",
|
||||||
|
text="xterm",
|
||||||
|
cmd_leftclick="xterm")
|
||||||
|
|
||||||
status.run()
|
status.run()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user