diff --git a/rofi/power/bg.png b/rofi/power/bg.png old mode 100755 new mode 100644 index e69de29..0efc7db Binary files a/rofi/power/bg.png and b/rofi/power/bg.png differ diff --git a/rofi/power/launch.sh b/rofi/power/launch.sh index c7cb8d5..d0c4ab8 100755 --- a/rofi/power/launch.sh +++ b/rofi/power/launch.sh @@ -59,7 +59,7 @@ run_cmd() { selected="$(confirm_exit)" if [[ "$selected" == "$yes" ]]; then if [[ $1 == '--shutdown' ]]; then - sudo shutdown -f now + sudo shutdown -P now elif [[ $1 == '--reboot' ]]; then sudo reboot elif [[ $1 == '--suspend' ]]; then