From 8ed29e6ce1e11b607a0cc831d254f5fcf6afc3d6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Aug 2025 11:02:14 +0200 Subject: [PATCH] Change wording --- bin/omarchy-toggle-nightlight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-toggle-nightlight b/bin/omarchy-toggle-nightlight index 45996c5..e2371e1 100755 --- a/bin/omarchy-toggle-nightlight +++ b/bin/omarchy-toggle-nightlight @@ -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