summaryrefslogtreecommitdiffstats
path: root/.config/conky
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-13 10:46:54 +0100
committerJoe <rrbo@proton.me>2023-02-13 10:46:54 +0100
commit1bf7728606159979e6e48f97f0cae38bf455ccf9 (patch)
tree6993478555e3bf70469c63a6128b957582074031 /.config/conky
parentup (diff)
downloaddotfiles-bsd-1bf7728606159979e6e48f97f0cae38bf455ccf9.tar.gz
dotfiles-bsd-1bf7728606159979e6e48f97f0cae38bf455ccf9.tar.bz2
dotfiles-bsd-1bf7728606159979e6e48f97f0cae38bf455ccf9.tar.xz
dotfiles-bsd-1bf7728606159979e6e48f97f0cae38bf455ccf9.tar.zst
dotfiles-bsd-1bf7728606159979e6e48f97f0cae38bf455ccf9.zip
up
Diffstat (limited to '.config/conky')
-rw-r--r--.config/conky/conkyrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc
index 0746cae..f7d31a5 100644
--- a/.config/conky/conkyrc
+++ b/.config/conky/conkyrc
@@ -27,7 +27,7 @@ conky.config = {
draw_shades = false,
default_shade_color = AAAAAA,
default_outline_color = AAAAAA,
- draw_graph_borders = false,
+ draw_graph_borders = true,
show_graph_scale = false,
show_graph_range = false,
alignment = 'top_left',
@@ -88,4 +88,5 @@ ${font2}${color #928374}${top_mem name 4} ${alignr}${top_mem pid 4} ${top_mem c
${color #928374}---------
${color #928374}Processes: ${font2}${color #ebdbb2}${processes}${font}
${execpi 5 ~/.local/bin/conky/net.sh}
+${color #ebdbb2}${downspeedgraph ${execp ~/.local/bin/conky/getif.sh} 50,185 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph ${exec ~/.local/bin/conky/getif.sh} 50,185 bfbfbf c0c0c0 125829120 -t}
]]