diff options
author | Joe <rrbo@proton.me> | 2023-02-24 11:36:52 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-02-24 11:36:52 +0100 |
commit | 1159cd489f143323007f510daf460382fcf0a592 (patch) | |
tree | 184843bdea072c55d1fc21da25e1cbefed878750 /.config/conky | |
parent | up (diff) | |
download | dotfiles-bsd-1159cd489f143323007f510daf460382fcf0a592.tar.gz dotfiles-bsd-1159cd489f143323007f510daf460382fcf0a592.tar.bz2 dotfiles-bsd-1159cd489f143323007f510daf460382fcf0a592.tar.xz dotfiles-bsd-1159cd489f143323007f510daf460382fcf0a592.tar.zst dotfiles-bsd-1159cd489f143323007f510daf460382fcf0a592.zip |
up
Diffstat (limited to '.config/conky')
-rw-r--r-- | .config/conky/conkyrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc index 4c0d6be..b953f73 100644 --- a/.config/conky/conkyrc +++ b/.config/conky/conkyrc @@ -17,7 +17,7 @@ conky.config = { template0 = '\\n', if_up_strictness = address, format_human_readable = true, - update_interval = 1, + update_interval = 0.5, uppercase = false, override_utf8_locale = true, stippled_borders = 0, @@ -69,7 +69,7 @@ ${execi 5 ~/.local/bin/conky/cover.sh >/dev/null 2>&1}${image /tmp/conkyCover.pn ${endif}${endif}${execpi 300 ~/.local/bin/conky/weather.sh} ${color1}${font1}CPU ${hr 2}${font} ${color1}Freq: ${font2}${color0}${freq_g} GHz ${color0}${font}${alignr}${if_match "${nodename_short}" == "mother"}${color1}Temp: ${font2}${color0}${hwmon 2 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color1}Temp: ${font2}${color0}${hwmon 4 temp 1}°C${endif}${font} -${cpugraph 50,380 -t} +${cpugraph 50,380 ebdbb2 928374 -t} ${voffset -24}${hr} ${color1}1: ${color0}${cpubar cpu0 8,150}${color0}${color1}${alignr}2: ${color0}${cpubar cpu1 8,150}${color0} ${color1}3: ${color0}${cpubar cpu2 8,150}${color0}${color1}${alignr}4: ${color0}${cpubar cpu3 8,150}${color0} @@ -77,12 +77,12 @@ ${color1}5: ${color0}${cpubar cpu4 8,150}${color0}${color1}${alignr}6: ${color0} ${color1}7: ${color0}${cpubar cpu6 8,150}${color0}${color1}${alignr}8: ${color0}${cpubar cpu7 8,150}${color0}${endif}${font} ${color1}${font1}MEM ${hr 2}${font} ${color1}RAM: ${font2}${color0}${mem} / ${memmax} ${color0}${membar 8}${font} -${memgraph 50,380 -t} +${memgraph 50,380 ebdbb2 928374 -t} ${voffset -24}${hr} ${color1}SWAP: ${font2}${color0}${swap} / ${swapmax} ${color0}${swapbar 8}${font} ${color1}${font1}DISK ${hr 2}${font} ${alignr}${if_match "${nodename_short}" == "mother"}${color1}NVMe temp: ${font2}${color0}${hwmon 1 temp 1}°C${endif}${if_match "${nodename_short}" == "po-rbo"}${color1}NVMe temp: ${font2}${color0}${hwmon 2 temp 1}°C${endif}${font} -${diskiograph nvme0n1 50,380 -t} +${diskiograph nvme0n1 50,380 ebdbb2 928374 -t} ${voffset -24}${hr} ${color1}NVMe: ${font2}${color0}${fs_bar 8 /}${font}${if_match "${nodename_short}" == "mother"} ${color1}HDD: ${font2}${color0}${fs_bar 8 /var/hdd}${font}${endif} @@ -95,5 +95,5 @@ ${font2}${color2}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem cpu 4} ${color1}--------- ${color1}Processes: ${font2}${color0}${processes}${font} ${execpi 15 ~/.local/bin/conky/net.sh} -${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 256000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 128000000 -t}${endif} +${if_match "${nodename_short}" == "mother"}${color0}${downspeedgraph eth1 50,185 2ebdbb2 928374 56000000 -t}${goto 195}${color0}${upspeedgraph eth1 50,180 ebdbb2 928374 256000000 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color0}${downspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${goto 195}${color0}${upspeedgraph enx4ce1734c425a 50,180 ebdbb2 928374 128000000 -t}${endif} ]] |