jankyborders: actually make the matugen script work
shouldn't hang which is better for setting border colours with matugen
This commit is contained in:
parent
b1ffbf0841
commit
4a2747ac86
1 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0
|
||||
killall borders
|
||||
|
||||
if [ "{{custom.rounding}}" = 0 ]; then
|
||||
borders style=square
|
||||
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
|
||||
borders style=round
|
||||
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 &
|
||||
fi
|
||||
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue