Don't use notifications for toggles that have clear visual feedback already

This commit is contained in:
David Heinemeier Hansson
2026-05-17 19:52:11 +02:00
parent 4e2da8480a
commit 9878b5b791
-2
View File
@@ -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