From 4cd13670ec14dfcd1054ff763e18ff5694e45145 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 25 May 2018 18:55:21 +0200 Subject: Touch up .conkyrc - reduce font size to save lines - increase graph height - use only 2 tab stops (30 and 100) --- .conkyrc | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to '.conkyrc') diff --git a/.conkyrc b/.conkyrc index c4acd15..a9b67ea 100644 --- a/.conkyrc +++ b/.conkyrc @@ -66,7 +66,7 @@ conky.config = { --font = 'Liberation Mono:bold:size=10', --font = 'Liberation Sans:size=10', - font = 'Sans-serif:size=10', + font = 'Sans-serif:size=9', -- Alpha of Xft font. Must be a value at or between 1 and 0 xftalpha = 1, @@ -160,8 +160,8 @@ conky.config = { -- End Miscellaneous Section - 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}]], + template0 = [[${goto 30}\${upspeedf \1}KiB/s ↑${goto 100}${upspeedgraph \1 12,0 678b8b ffffff -t}\ +${goto 30}\${downspeedf \1}KiB/s ↓${goto 100}${downspeedgraph \1 12,0 678b8b ffffff -t}]], show_graph_range = yes, show_graph_scale = yes }; @@ -172,15 +172,16 @@ S Y S T E M I N F O ${hr} Host:${alignr}${nodename} Uptime:${alignr}${uptime} -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 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 11,0 678b8b ffffff -t} -Net:${if_match "${gw_iface}" == "wlp2s0"}${template0 wlp2s0}${else}${template0 enp3s0}${endif} +CPU: +${goto 30}${freq_g 1}${goto 100}${cpugraph cpu1 12,0 678b8b ffffff -t} +${goto 30}${freq_g 2}${goto 100}${cpugraph cpu2 12,0 678b8b ffffff -t} +RAM:${goto 100}${mem}${goto 150}/${alignr}${memmax} +${goto 100}${memgraph 12,0 678b8b ffffff -t} +${goto 30}Swap${goto 100}${swap}${goto 150}/${alignr}${swapmax} +Disk:${goto 100}${fs_used /}${goto 150}/${alignr}${fs_size /} +${goto 30}I/O${goto 100}${diskiograph 12,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 -- cgit v1.2.3