diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-06-20 10:46:07 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-12-01 12:22:13 +0100 |
| commit | a44d7e7880f9902494af069c18492d5dfbed8d06 (patch) | |
| tree | ac7cc8ef3bafaa8332cd1c6882e80533e262354e /.conkyrc | |
| parent | 1d48c2add354d348cc08b5ad7ba66bc81bd3e035 (diff) | |
| download | dotfiles-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-- | .conkyrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 }; |
