aboutsummaryrefslogtreecommitdiff
path: root/rxmenu-rfkill
blob: 3b0514af46f9dd095666b1734813de2e6039a6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# NOTE: user must be able to use rfkill

t="$(dmenu rfkill << EOF
block
unblock
EOF
)"
notify-send "rfkill $t 0" "$(rfkill "$t" 0 2>&1)"
notify-send "rfkill $t 1" "$(rfkill "$t" 1 2>&1)"