fix window title visibility and elision, document weather.interval

This commit is contained in:
Damocles 2026-04-17 00:54:05 +02:00
parent e1565bdd59
commit 25bc3954cb
3 changed files with 9 additions and 3 deletions

View file

@ -87,7 +87,8 @@ programs.nova-shell.modules = {
# modules with extra config
backlight.step = 2; # brightness adjustment %
weather.args = [ "--nerd" "--location" "Berlin" ]; # wttrbar arguments
weather.args = [ "--nerd" "--location" "Berlin" ]; # wttrbar arguments
weather.interval = 3600000; # refresh interval in ms (default 1h)
temperature.warm = 55; # °C threshold for warm color
temperature.hot = 75; # °C threshold for hot color
battery.warning = 30; # % for warning notification