diff options
| author | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-06-07 17:58:51 +0200 |
|---|---|---|
| committer | KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> | 2018-12-01 12:22:13 +0100 |
| commit | 1d48c2add354d348cc08b5ad7ba66bc81bd3e035 (patch) | |
| tree | de55e48f491e5842b3ed78a544833a78b8191e4a | |
| parent | 4cd13670ec14dfcd1054ff763e18ff5694e45145 (diff) | |
| download | dotfiles-1d48c2add354d348cc08b5ad7ba66bc81bd3e035.tar.xz | |
Cleanup some stuff
- why the hell did I put those backslashes?
- align entropy stuff with the rest
| -rw-r--r-- | .conkyrc | 6 |
1 files changed, 3 insertions, 3 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 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 |
