Conky: Remove minimum height, newline at EOF
This commit is contained in:
parent
727a31d773
commit
99140e1d80
@ -27,7 +27,7 @@ conky.config = {
|
|||||||
|
|
||||||
alignment = 'bottom_right',
|
alignment = 'bottom_right',
|
||||||
xinerama_head = 0,
|
xinerama_head = 0,
|
||||||
minimum_height = 300,
|
minimum_height = 0,
|
||||||
minimum_width = 304,
|
minimum_width = 304,
|
||||||
border_width = 6,
|
border_width = 6,
|
||||||
gap_x = 30,
|
gap_x = 30,
|
||||||
@ -73,3 +73,4 @@ ${color6}${upspeedgraph eno1 30,200} ${downspeedgraph eno1 30,200}$color$endif${
|
|||||||
enp0s20f0u2 (U/D):$alignr${addr enp0s20f0u2}
|
enp0s20f0u2 (U/D):$alignr${addr enp0s20f0u2}
|
||||||
${color6}${upspeedgraph enp0s20f0u2 30,200} ${downspeedgraph enp0s20f0u2 30,200}$color$endif
|
${color6}${upspeedgraph enp0s20f0u2 30,200} ${downspeedgraph enp0s20f0u2 30,200}$color$endif
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user