diff options
author | Joe <rbo@gmx.us> | 2024-10-14 17:11:33 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-10-14 17:11:33 +0200 |
commit | d254e80b55c5c33e89cc64e51dc135b9324070d7 (patch) | |
tree | b9da6cee819fce6748166e9cae09a44b80f26813 /.config | |
parent | up (diff) | |
download | dotfiles-bsd-d254e80b55c5c33e89cc64e51dc135b9324070d7.tar.gz dotfiles-bsd-d254e80b55c5c33e89cc64e51dc135b9324070d7.tar.bz2 dotfiles-bsd-d254e80b55c5c33e89cc64e51dc135b9324070d7.tar.xz dotfiles-bsd-d254e80b55c5c33e89cc64e51dc135b9324070d7.tar.zst dotfiles-bsd-d254e80b55c5c33e89cc64e51dc135b9324070d7.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/conky/conkyrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index ac7deab..21e4d63 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -21,7 +21,7 @@ conky.config = { template0 = '\\n', if_up_strictness = address, format_human_readable = true, - update_interval = 2, + update_interval = 1, uppercase = false, override_utf8_locale = true, stippled_borders = 0, @@ -105,9 +105,9 @@ ${color0}${font ConkySymbols:size=18}i${font :Bold:} ${voffset -5}NETWORK${align ${color 81B562}${offset 3}${downspeedgraph eth1 50,190 000000 81B562 128000000}${goto 205}${color SteelBlue}${upspeedgraph eth1 50,190 000000 4682B4 128000000} ${color0}${voffset -55}${offset 10}Download${goto 210}Upload${offset 10} ${offset 10} ${downspeed eth1} ${goto 210}${upspeed eth1}${endif}${if_match "${nodename_short}" == "po-rbo"} -${color 81B562}${offset 3}${downspeedgraph eth0 50,190 000000 81B562 128000000} ${color SteelBlue}${upspeedgraph eth0 50,190 000000 4682B4 128000000} +${color 81B562}${offset 3}${downspeedgraph enx34298f762de7 50,190 000000 81B562 128000000} ${color SteelBlue}${upspeedgraph enx34298f762de7 50,190 000000 4682B4 128000000} ${color0}${voffset -55}${offset 10}Download${goto 210}Upload${offset 10} -${offset 10} ${downspeed eth0} ${goto 210}${upspeed eth0}${endif} +${offset 10} ${downspeed enx34298f762de7} ${goto 210}${upspeed enx34298f762de7}${endif} ${color0}${hr}${font} ${font ConkySymbols:size=18:bold}h${font :bold:}${voffset -5}TEMPERATURES ${goto 150}${font}${if_match "${nodename_short}" == "mother"} ${color EE4444}${execbar sensors 2>/dev/null | grep CPUTIN | awk '{print $2}'} |