diff --git a/features/scripts/utils/nomarchy-launch-screensaver b/features/scripts/utils/nomarchy-launch-screensaver index b934e1e..324b7e6 100755 --- a/features/scripts/utils/nomarchy-launch-screensaver +++ b/features/scripts/utils/nomarchy-launch-screensaver @@ -13,7 +13,7 @@ pgrep -f org.nomarchy.screensaver && exit 0 # Allow screensaver to be turned off but also force started # Skip if screensaver is disabled in configuration -if [[ $NNOMARCHY_TOGGLE_SCREENSAVER == "false" ]] && [[ $1 != "force" ]]; then +if [[ $NOMARCHY_TOGGLE_SCREENSAVER == "false" ]] && [[ $1 != "force" ]]; then exit 0 fi diff --git a/features/scripts/utils/nomarchy-menu b/features/scripts/utils/nomarchy-menu index 225e558..0dd6f72 100755 --- a/features/scripts/utils/nomarchy-menu +++ b/features/scripts/utils/nomarchy-menu @@ -327,7 +327,7 @@ show_about() { show_system_menu() { local options="󱄄 Screensaver\n Lock" - [[ $NNOMARCHY_TOGGLE_SUSPEND != "false" ]] && options="$options\n󰒲 Suspend" + [[ $NOMARCHY_TOGGLE_SUSPEND != "false" ]] && options="$options\n󰒲 Suspend" nomarchy-hibernation-available && options="$options\n󰤁 Hibernate" options="$options\n󰍃 Logout\n󰜉 Restart\n󰐥 Shutdown"