summaryrefslogtreecommitdiff
path: root/.conkyrc
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2018-06-20 10:46:07 +0200
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2018-12-01 12:22:13 +0100
commita44d7e7880f9902494af069c18492d5dfbed8d06 (patch)
treeac7cc8ef3bafaa8332cd1c6882e80533e262354e /.conkyrc
parent1d48c2add354d348cc08b5ad7ba66bc81bd3e035 (diff)
downloaddotfiles-a44d7e7880f9902494af069c18492d5dfbed8d06.tar.xz
Change spacing for throughput counters
Otherwise they start clipping into graphs when the throughput reaches megabytes.
Diffstat (limited to '.conkyrc')
-rw-r--r--.conkyrc4
1 files 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
};