diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-05-25 18:55:21 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-12-01 12:22:13 +0100 |
| commit | 4cd13670ec14dfcd1054ff763e18ff5694e45145 (patch) | |
| tree | 8e6ea91d478731c8d1ad85ed8ddb3cccf94db47d /.conkyrc | |
| parent | 393333834ab5d9c9bc676f86c1e5eac514593ef2 (diff) | |
| download | dotfiles-4cd13670ec14dfcd1054ff763e18ff5694e45145.tar.xz | |
Touch up .conkyrc
- reduce font size to save lines
- increase graph height
- use only 2 tab stops (30 and 100)
Diffstat (limited to '.conkyrc')
| -rw-r--r-- | .conkyrc | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -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 |
