forked from kunsi/dotfiles
add touchscreen status to i3pystatus
This commit is contained in:
parent
f5a411fed4
commit
e5eda5a043
2 changed files with 19 additions and 0 deletions
|
@ -71,6 +71,13 @@ status.register("shell",
|
|||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/rfkill-bt.py",
|
||||
interval=1)
|
||||
status.register("shell",
|
||||
format="{output}",
|
||||
hints = {"markup": "pango"},
|
||||
command="/home/kunsi/.config/i3pystatus/touchscreen.sh",
|
||||
interval=1,
|
||||
on_leftclick="xinput enable 'ELAN Touchscreen'",
|
||||
on_rightclick="xinput disable 'ELAN Touchscreen'")
|
||||
|
||||
status.register("network",
|
||||
interface="wlp4s0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue