Files
dotfiles/.config/borders/bordersrc
2024-08-12 16:16:00 -04:00

12 lines
142 B
Bash
Executable File

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