diff options
| -rw-r--r-- | .conkyrc | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -160,8 +160,8 @@ conky.config = { -- End Miscellaneous Section - template0 = [[${downspeedf \1}KiB/s ↓↑ ${upspeedf \1}KiB/s\ -${goto 60}${downspeedgraph \1 11,70 678b8b ffffff -t}${goto 135}${upspeedgraph \1 11,70 678b8b ffffff -t}]], + template0 = [[${goto 60}\${upspeedf \1}KiB/s ↑${goto 120}${upspeedgraph \1 11,0 678b8b ffffff -t}\ +${goto 60}\${downspeedf \1}KiB/s ↓${goto 120}${downspeedgraph \1 11,0 678b8b ffffff -t}]], show_graph_range = yes, show_graph_scale = yes }; @@ -172,16 +172,15 @@ S Y S T E M I N F O ${hr} Host:${alignr}${nodename} Uptime:${alignr}${uptime} -CPU:${goto 60}${freq_g 1}${goto 135}${freq_g 2} -${goto 60}${cpugraph cpu1 11,70 678b8b ffffff -t}\ -${goto 135}${cpugraph cpu2 11,70 678b8b ffffff -t} +CPU:\ +${goto 60}${freq_g 1}${goto 100}${cpugraph cpu1 11,0 678b8b ffffff -t} +${goto 60}${freq_g 2}${goto 100}${cpugraph cpu2 11,0 678b8b ffffff -t} RAM:${goto 60}${mem}${goto 130}/${alignr}${memmax} -${goto 60}${memgraph 12,0 678b8b ffffff -t} +${goto 60}${memgraph 11,0 678b8b ffffff -t} Swap${goto 60}${swap}${goto 130}/${alignr}${swapmax} Disk:${goto 60}${fs_used /}${goto 130}/${alignr}${fs_size /} - I/O${goto 60}${diskiograph 12,0 678b8b ffffff -t} -Net:${alignr}\ -${if_match "${gw_iface}" == "wlp2s0"}${template0 wlp2s0}${else}${template0 enp3s0}${endif} + I/O${goto 60}${diskiograph 11,0 678b8b ffffff -t} +Net:${if_match "${gw_iface}" == "wlp2s0"}${template0 wlp2s0}${else}${template0 enp3s0}${endif} Entropy:${alignr}${entropy_avail}b / ${entropy_poolsize}b # Weather information from openweathermap.org can be displayed in conky by # using the script $HOME/.config/conky/scripts/bunsenweather.sh. The openweathermap |
