summaryrefslogtreecommitdiff
path: root/bin/guiscripts/dmpower
blob: 5c333a80e4e3486cbc3776add99508c72ece1b4c (plain)
1
2
3
#!/bin/sh
choice="$(echo "poweroff\nreboot\nhibernate" | dmenu -l 1 -g 3)"
test -z "$choice" || doas "$choice"