9 lines
242 B
Bash
9 lines
242 B
Bash
#!/bin/sh
|
|
|
|
borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0
|
|
|
|
if [ "{{custom.rounding}}" = 0 ]; then
|
|
borders style=square
|
|
else
|
|
borders style=round
|
|
fi
|