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*)
pkill X;;
$option2*)
loginctl reboot;;
systemctl reboot || loginctl reboot;;
$option3*)
loginctl poweroff;;
systemctl poweroff || loginctl poweroff;;
$option4*)
betterlockscreen --suspend;;
$option5*)