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