11 lines
155 B
Bash
Executable file
11 lines
155 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
options=(
|
|
style=round
|
|
width=10.0
|
|
hidpi=on
|
|
active_color=0xff89b4fa
|
|
inactive_color=0xff45475a
|
|
)
|
|
|
|
exec borders "${options[@]}"
|