From 1d48c2add354d348cc08b5ad7ba66bc81bd3e035 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 7 Jun 2018 17:58:51 +0200 Subject: Cleanup some stuff - why the hell did I put those backslashes? - align entropy stuff with the rest --- .conkyrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.conkyrc b/.conkyrc index a9b67ea..35687d1 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 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 }; @@ -182,7 +182,7 @@ 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 +Entropy:${goto 100}${entropy_avail}b${goto 150}/${alignr}${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 # service requires registration in order to receive an API Key, which has to be -- cgit v1.2.3