Add xterm button to i3 status bar (for VNC).

This commit is contained in:
Ian Adam Naval 2014-08-11 23:44:58 -04:00
parent 20c7f70ded
commit 2276485f37

View File

@ -81,5 +81,9 @@ status.register("mem",
warn_color=COLORS['Yellow'],
alert_color=COLORS['Red'])
status.register("text",
text="xterm",
cmd_leftclick="xterm")
status.run()