Change wording

This commit is contained in:
David Heinemeier Hansson
2025-08-03 11:02:14 +02:00
parent fe1f6d4c3a
commit 8ed29e6ce1

View File

@ -15,11 +15,11 @@ restart_nightlighted_waybar() {
if [[ "$CURRENT_TEMP" == "$OFF_TEMP" ]]; then
hyprctl hyprsunset temperature $ON_TEMP
notify-send " Nightlight On"
notify-send " Nightlight screen temperature"
restart_nightlighted_waybar
else
hyprctl hyprsunset temperature $OFF_TEMP
notify-send " Nightlight Off"
notify-send " Daylight screen temperature"
restart_nightlighted_waybar
fi