summaryrefslogtreecommitdiff
path: root/.conkyrc
diff options
context:
space:
mode:
Diffstat (limited to '.conkyrc')
-rw-r--r--.conkyrc6
1 files 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