mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-18 21:54:46 -04: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[@]}"
|