shape border fix
This commit is contained in:
parent
ae69293b07
commit
31bb45220b
1 changed files with 3 additions and 3 deletions
|
@ -81,12 +81,12 @@ label {
|
|||
shape {
|
||||
monitor =
|
||||
size = 360, 60
|
||||
color = rgba(0, 0, 0, 0.0) # no fill
|
||||
color = rgba(0, 125, 111, 1) # no fill
|
||||
rounding = -1 # circle
|
||||
border_size = 4
|
||||
border_size = 0
|
||||
border_color = rgba(0, 125, 111, 1)
|
||||
|
||||
position = 0, 140
|
||||
position = 0, 138
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue