summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-02-13 11:12:11 +0100
committerJoe <rrbo@proton.me>2023-02-13 11:12:11 +0100
commit83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34 (patch)
tree3760640815b52e59ace0c35525b70f4c095656e4 /.config
parentup (diff)
downloaddotfiles-bsd-83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34.tar.gz
dotfiles-bsd-83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34.tar.bz2
dotfiles-bsd-83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34.tar.xz
dotfiles-bsd-83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34.tar.zst
dotfiles-bsd-83a7d7a9c3f7d4f39e6060e3c1db023d8c368d34.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/conky/conkyrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc
index 4bfbae4..1bcc51d 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 = true,
+ draw_graph_borders = false,
show_graph_scale = false,
show_graph_range = false,
alignment = 'top_left',
@@ -88,5 +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}
-${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,185 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,185 bfbfbf c0c0c0 125829120 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph wlp1s0 50,185 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph wlp1s0 50,185 bfbfbf c0c0c0 125829120 -t}${endif}
+${if_match "${nodename_short}" == "mother"}${color #ebdbb2}${downspeedgraph eth1 50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph eth1 50,185 bfbfbf c0c0c0 125829120 -t}${endif}${if_match "${nodename_short}" == "po-rbo"}${color #ebdbb2}${downspeedgraph wlp1s0 50,160 bfbfbf c0c0c0 125829120 -t}${goto 195}${color #ebdbb2}${upspeedgraph wlp1s0 50,185 bfbfbf c0c0c0 125829120 -t}${endif}
]]