dotfiles

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

commit a44d7e7880f9902494af069c18492d5dfbed8d06
parent 1d48c2add354d348cc08b5ad7ba66bc81bd3e035
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 20 Jun 2018 10:46:07 +0200

Change spacing for throughput counters

Otherwise they start clipping into  graphs when the throughput reaches
megabytes.

Diffstat:
M.conkyrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.conkyrc b/.conkyrc @@ -160,8 +160,8 @@ conky.config = { -- End Miscellaneous Section - 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}]], + template0 = [[${goto 20}${upspeedf \1}KiB/s${goto 90}↑${goto 100}${upspeedgraph \1 12,0 678b8b ffffff -t}\ +${goto 20}${downspeedf \1}KiB/s${goto 90}↓${goto 100}${downspeedgraph \1 12,0 678b8b ffffff -t}]], show_graph_range = yes, show_graph_scale = yes };