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-nm-applet.sh
blob: 4a8d86a2b04d5a495329c9c2d50cd0f690ff4e07 (
plain
)
1
2
3
#!/bin/bash
(
pidof nm
-applet
&&
killall nm
-applet
) || (
nm
-applet
&)