From a44d7e7880f9902494af069c18492d5dfbed8d06 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 20 Jun 2018 10:46:07 +0200 Subject: Change spacing for throughput counters Otherwise they start clipping into graphs when the throughput reaches megabytes. --- .conkyrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.conkyrc b/.conkyrc index 35687d1..7a0fafb 100644 --- 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 }; -- cgit v1.2.3