matugen: update templates to new custom variable formats
This commit is contained in:
parent
8cd4eac37c
commit
3e5aaf703c
9 changed files with 36 additions and 32 deletions
|
|
@ -27,11 +27,11 @@ input-field {
|
|||
fail_color = {{colors.error_container.default.rgba}}
|
||||
|
||||
font_color = {{colors.primary.default.rgba}}
|
||||
font_family = {{custom.font}}
|
||||
font_family = {{ font }}
|
||||
placeholder_text = Enter password
|
||||
size = 48
|
||||
fade_on_empty = false
|
||||
rounding = {{custom.rounding}}
|
||||
rounding = {{ rounding }}
|
||||
|
||||
halign = center
|
||||
valign = center
|
||||
|
|
@ -39,7 +39,7 @@ input-field {
|
|||
}
|
||||
|
||||
label {
|
||||
font_family = {{custom.font}}
|
||||
font_family = {{ font }}
|
||||
color = {{colors.primary.default.rgba}}
|
||||
font_size = 24
|
||||
text = Hello
|
||||
|
|
@ -51,7 +51,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = {{custom.rounding}}
|
||||
rounding = {{ rounding }}
|
||||
|
||||
monitor =
|
||||
size = 150, 60
|
||||
|
|
@ -66,7 +66,7 @@ shape {
|
|||
|
||||
label {
|
||||
color = {{colors.primary.default.rgba}}
|
||||
font_family = {{custom.font}}
|
||||
font_family = {{ font }}
|
||||
font_size = 17
|
||||
rotate = 270
|
||||
text = cmd[update:60]echo $(head -c 30 <<< $(playerctl metadata title))
|
||||
|
|
@ -80,7 +80,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = {{custom.rounding}}
|
||||
rounding = {{ rounding }}
|
||||
|
||||
monitor =
|
||||
size = 50, 410
|
||||
|
|
@ -92,7 +92,7 @@ shape {
|
|||
# Clock
|
||||
label {
|
||||
color = {{colors.primary.default.rgba}}
|
||||
font_family = {{custom.font}}
|
||||
font_family = {{ font }}
|
||||
font_size = 17
|
||||
text = cmd[update:60]echo -e " \n$(date '+%I\n%M')"
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ label {
|
|||
|
||||
shape {
|
||||
color = {{colors.background.default.rgba}}
|
||||
rounding = {{custom.rounding}}
|
||||
rounding = {{ rounding }}
|
||||
|
||||
monitor =
|
||||
size = 50, 110
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue