mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
12 lines
142 B
Bash
Executable File
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[@]}"
|