index
:
xmobar-config
master
a minimalistic status bar: configurations
jao
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bin
/
toggle-pasystray.sh
blob: 584084cef33180c07ccfc815c524965a2e6bef35 (
plain
)
1
2
3
#!/bin/bash
(
pidof pasystray
&&
killall pasystray
) || (
pasystray
&)