diff options
author | Joe <rrbo@proton.me> | 2023-02-24 10:40:58 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-24 10:40:58 +0100 |
commit | c7e69ebc3ee3517103a5c348a6df55dbe133a70d (patch) | |
tree | ed2c55b6a9b769973700c57cbac5cbebd4e6c56c /.local/bin/conky/weather.sh | |
parent | up (diff) | |
download | dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.gz dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.bz2 dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.xz dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.tar.zst dotfiles-bsd-c7e69ebc3ee3517103a5c348a6df55dbe133a70d.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/conky/weather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/conky/weather.sh b/.local/bin/conky/weather.sh index 5490d9f..3443883 100755 --- a/.local/bin/conky/weather.sh +++ b/.local/bin/conky/weather.sh @@ -10,4 +10,4 @@ case "$(hostname -s)" in esac echo '${font1}WEAT ${hr 2} -${font2}${color #ebdbb2}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}' +${font2}${color0}${alignc}${execi 1800 curl wttr.in/Lyon?T0 --silent --max-time 3}${font}' |