diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-05-24 18:34:51 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-12-01 12:22:13 +0100 |
| commit | 393333834ab5d9c9bc676f86c1e5eac514593ef2 (patch) | |
| tree | 9a2a84a82b8a9021dea38a0908e4f33e6d50829c /.conkyrc | |
| parent | c018ee44fe8fcc6553589e47c5f925ee8f5af2bc (diff) | |
| download | dotfiles-393333834ab5d9c9bc676f86c1e5eac514593ef2.tar.xz | |
Update CPU display in .conkyrc
This will make it easier to write a script to generate these graphs
from nproc.
Diffstat (limited to '.conkyrc')
| -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 |
