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

@ -2,7 +2,7 @@
killall borders
if [ "{{custom.rounding}}" = 0 ]; then
if [ "{{ rounding }}" = 0 ]; then
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0 style=square > /dev/null &
else
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0 style=round > /dev/null &