Added janky borders config

This commit is contained in:
Ted Kulp
2024-08-12 16:16:00 -04:00
parent e6af2e4040
commit abc8c78b8f

11
.config/borders/bordersrc Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
options=(
style=round
width=5.0
hidpi=off
active_color=0xffea959c
inactive_color=0xff606060
)
borders "${options[@]}"