dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 1d48c2add354d348cc08b5ad7ba66bc81bd3e035
parent 4cd13670ec14dfcd1054ff763e18ff5694e45145
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu,  7 Jun 2018 17:58:51 +0200

Cleanup some stuff

- why the hell did I put those backslashes?
- align entropy stuff with the rest

Diffstat:
M.conkyrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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