mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
fix: set timeout to hour instead of minutes so that i don't hit a ratelimit
This commit is contained in:
parent
026fb1c898
commit
c8df2127ba
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
||||||
# WEATHER
|
# WEATHER
|
||||||
label {
|
label {
|
||||||
monitor =
|
monitor =
|
||||||
text = cmd[update:1000] echo "$(bash /home/${username}/.local/bin/weather.sh)"
|
text = cmd[update:6000000] echo "$(bash /home/${username}/.local/bin/weather.sh)"
|
||||||
color = rgba(255, 255, 255, 1)
|
color = rgba(255, 255, 255, 1)
|
||||||
font_size = 10
|
font_size = 10
|
||||||
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
font_family = JetBrains Mono Nerd Font Mono ExtraBold
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue