fix window title visibility and elision, document weather.interval
This commit is contained in:
parent
e1565bdd59
commit
25bc3954cb
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue