index
:
scripts.git
lastx11
master
A collection of scripts I have written, with the hope that someone may find them useful.
ZachIR
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
waytoggle
blob: 8da651dc5b0b3b6feea4d791980cb9fdc0bfbbf9 (
plain
)
1
2
3
4
5
6
7
#!/sbin/sh if [ -n "$(pgrep -x waybar)" ]; then pkill waybar else waybar & fi