bin/dmenu_power

9 lines
174 B
Plaintext
Raw Permalink Normal View History

2020-08-09 12:53:06 +00:00
#!/bin/sh
OPTIONS="suspend\npoweroff\nreboot"
. ~/.dmenurc
dmenu_cmd="dmenu $DMENU_OPTIONS"
result=$(printf "$OPTIONS" | $dmenu_cmd -i -p 'systemctl ')
systemctl "$result"