shape border fix

This commit is contained in:
Siren 2024-12-26 22:39:12 +01:00
parent ae69293b07
commit 31bb45220b

View file

@ -81,12 +81,12 @@ label {
shape { shape {
monitor = monitor =
size = 360, 60 size = 360, 60
color = rgba(0, 0, 0, 0.0) # no fill color = rgba(0, 125, 111, 1) # no fill
rounding = -1 # circle rounding = -1 # circle
border_size = 4 border_size = 0
border_color = rgba(0, 125, 111, 1) border_color = rgba(0, 125, 111, 1)
position = 0, 140 position = 0, 138
halign = center halign = center
valign = center valign = center
} }