diff --git a/modules/home/nightlight.nix b/modules/home/nightlight.nix index 83794ba..3599db6 100644 --- a/modules/home/nightlight.nix +++ b/modules/home/nightlight.nix @@ -54,7 +54,7 @@ let # Waybar (polls every 3s): moon while running; print nothing otherwise so # the module self-hides — enable / re-enable from the System menu. systemctl --user is-active --quiet "$unit" \ - && printf '{"text":"󰖔","tooltip":"Night light on — warm on schedule (click to disable)","class":"on"}\n' + && printf '{"text":"󰖔","tooltip":"Night light on — ${if geo then "follows your location" else "warm on schedule"} (click to disable)","class":"on"}\n' exit 0 ;; on) if installed; then write_on true; start; else install_feature; start; fi ;;