diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/conky/conky.conf##c.desktop,h.maus | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/.config/conky/conky.conf##c.desktop,h.maus b/.config/conky/conky.conf##c.desktop,h.maus index 020b21b..835aced 100644 --- a/.config/conky/conky.conf##c.desktop,h.maus +++ b/.config/conky/conky.conf##c.desktop,h.maus | |||
@@ -1,11 +1,11 @@ | |||
1 | conky.config = { | 1 | conky.config = { |
2 | alignment = 'middle_middle', | 2 | alignment = 'top_left', |
3 | background = true, | 3 | background = true, |
4 | 4 | ||
5 | draw_borders = false, | 5 | draw_borders = false, |
6 | draw_graph_borders = true, | 6 | draw_graph_borders = true, |
7 | border_width = 1, | 7 | border_width = 10, |
8 | border_outer_margin = 5, | 8 | border_outer_margin = 1, |
9 | stippled_borders = 6, | 9 | stippled_borders = 6, |
10 | 10 | ||
11 | cpu_avg_samples = 2, | 11 | cpu_avg_samples = 2, |
@@ -17,11 +17,11 @@ conky.config = { | |||
17 | use_xft = true, | 17 | use_xft = true, |
18 | font = 'Iosevka Nerd Font:size=10', | 18 | font = 'Iosevka Nerd Font:size=10', |
19 | 19 | ||
20 | gap_x = 1550, | 20 | gap_x = -1020, |
21 | gap_y = 200, | 21 | gap_y = -200, |
22 | 22 | ||
23 | minimum_height = 5, | 23 | minimum_height = 5, |
24 | minimum_width = 5, | 24 | minimum_width = 10, |
25 | net_avg_samples = 2, | 25 | net_avg_samples = 2, |
26 | no_buffers = true, | 26 | no_buffers = true, |
27 | out_to_console = false, | 27 | out_to_console = false, |
@@ -83,11 +83,8 @@ ${color1}address${color} ${addr eno1}${alignr}updates ${execi 3600 yay -Pn} | |||
83 | ${color1}inbound${color} ${tcp_portmon 1 32767 count}${color1} outbound${color} ${tcp_portmon 32768 61000 count}${alignr}${color1}all${color} ${tcp_portmon 1 65535 count} | 83 | ${color1}inbound${color} ${tcp_portmon 1 32767 count}${color1} outbound${color} ${tcp_portmon 32768 61000 count}${alignr}${color1}all${color} ${tcp_portmon 1 65535 count} |
84 | ${voffset 1} | 84 | ${voffset 1} |
85 | ${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} | 85 | ${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} |
86 | ${alignr}${color0}${offset -20}瘟 | ||
87 | ${alignr}${color}${texeci 7200 curl -s wttr.in/ank?format="%s"} | ||
88 | ${voffset 1} | ||
89 | ${color0}$stippled_hr${color} | 86 | ${color0}$stippled_hr${color} |
90 | ${voffset 1} | 87 | ${voffset 1} |
91 | ${execp rem -c -w120 -b1 | head -n -1} | 88 | ${execp rem -c -w130 -b1 | head -n-1} |
92 | ${color4}${alignr} | 89 | ${color4}${alignr} |
93 | ]] | 90 | ]] |