mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Change wording
This commit is contained in:
@ -15,11 +15,11 @@ restart_nightlighted_waybar() {
|
|||||||
|
|
||||||
if [[ "$CURRENT_TEMP" == "$OFF_TEMP" ]]; then
|
if [[ "$CURRENT_TEMP" == "$OFF_TEMP" ]]; then
|
||||||
hyprctl hyprsunset temperature $ON_TEMP
|
hyprctl hyprsunset temperature $ON_TEMP
|
||||||
notify-send " Nightlight On"
|
notify-send " Nightlight screen temperature"
|
||||||
restart_nightlighted_waybar
|
restart_nightlighted_waybar
|
||||||
else
|
else
|
||||||
hyprctl hyprsunset temperature $OFF_TEMP
|
hyprctl hyprsunset temperature $OFF_TEMP
|
||||||
notify-send " Nightlight Off"
|
notify-send " Daylight screen temperature"
|
||||||
restart_nightlighted_waybar
|
restart_nightlighted_waybar
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user