diff --git a/bin/omarchy-toggle-nightlight b/bin/omarchy-toggle-nightlight index 5d52b1b6..52ecfa19 100755 --- a/bin/omarchy-toggle-nightlight +++ b/bin/omarchy-toggle-nightlight @@ -17,8 +17,6 @@ CURRENT_TEMP=$(hyprctl hyprsunset temperature 2>/dev/null | grep -oE '[0-9]+') if [[ $CURRENT_TEMP == $OFF_TEMP ]]; then hyprctl hyprsunset temperature $ON_TEMP - omarchy-notification-send -g  "Nightlight screen temperature" else hyprctl hyprsunset temperature $OFF_TEMP - omarchy-notification-send -g  "Daylight screen temperature" fi