diff options
author | Joe <rrbo@proton.me> | 2023-02-14 14:49:03 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-14 14:49:03 +0100 |
commit | 5d4f5057ac8b42a76ae98562a74478e7d0550449 (patch) | |
tree | 2fc467abf749d536a2043a3bc6433c29b51b7dbe /.config | |
parent | up (diff) | |
download | dotfiles-bsd-5d4f5057ac8b42a76ae98562a74478e7d0550449.tar.gz dotfiles-bsd-5d4f5057ac8b42a76ae98562a74478e7d0550449.tar.bz2 dotfiles-bsd-5d4f5057ac8b42a76ae98562a74478e7d0550449.tar.xz dotfiles-bsd-5d4f5057ac8b42a76ae98562a74478e7d0550449.tar.zst dotfiles-bsd-5d4f5057ac8b42a76ae98562a74478e7d0550449.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/conky/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index deb40e9..fcb5053 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -61,7 +61,7 @@ ${goto 130}${scroll wait 30 3 1 ${mpd_title}} ${goto 130}${mpd_elapsed}/${mpd_length} ${mpd_bar} ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.png -p 0,150 -n}${font} -${endif}${execpi 1800 ~/.local/bin/conky/weather.sh} +${endif}${execpi 300 ~/.local/bin/conky/weather.sh} ${font1}CPU ${hr} ${color #928374}CPU: ${font2}${color #ebdbb2} ${freq_g} GHz ${color #ebdbb2}${cpu}% ${cpugraph 50,380 ebdbb2 928374 -t} |