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
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue