dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 393333834ab5d9c9bc676f86c1e5eac514593ef2
parent c018ee44fe8fcc6553589e47c5f925ee8f5af2bc
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 24 May 2018 18:34:51 +0200

Update CPU display in .conkyrc

This will  make it easier to  write a script to  generate these graphs
from nproc.

Diffstat:
M.conkyrc | 17++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/.conkyrc b/.conkyrc @@ -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