matugen: add rounding
This commit is contained in:
parent
4bb22a248e
commit
19cff288ab
7 changed files with 20 additions and 16 deletions
|
|
@ -31,7 +31,7 @@ input-field {
|
|||
placeholder_text = Enter password
|
||||
size = 48
|
||||
fade_on_empty = false
|
||||
rounding = 10
|
||||
rounding = {{custom.rounding}}
|
||||
|
||||
halign = center
|
||||
valign = center
|
||||
|
|
@ -51,7 +51,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = 10
|
||||
rounding = {{custom.rounding}}
|
||||
|
||||
monitor =
|
||||
size = 150, 60
|
||||
|
|
@ -80,7 +80,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = 10
|
||||
rounding = {{custom.rounding}}
|
||||
|
||||
monitor =
|
||||
size = 50, 410
|
||||
|
|
@ -105,7 +105,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = 10
|
||||
rounding = {{custom.rounding}}
|
||||
|
||||
monitor =
|
||||
size = 50, 110
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue