matugen: update templates to new custom variable formats

This commit is contained in:
Nico 2025-11-22 13:39:05 +11:00
parent 8cd4eac37c
commit 3e5aaf703c
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
9 changed files with 36 additions and 32 deletions

View file

@ -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