now systemd is supported by rofi_power

This commit is contained in:
Clay Gomera 2022-09-14 23:42:36 -04:00
parent 6fa15ebdf5
commit 45b16e55cb

View file

@ -31,9 +31,9 @@ case "$action" in
$option1*) $option1*)
pkill X;; pkill X;;
$option2*) $option2*)
loginctl reboot;; systemctl reboot || loginctl reboot;;
$option3*) $option3*)
loginctl poweroff;; systemctl poweroff || loginctl poweroff;;
$option4*) $option4*)
betterlockscreen --suspend;; betterlockscreen --suspend;;
$option5*) $option5*)