mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
12 lines
137 B
Bash
Executable File
12 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
options=(
|
|
style=round
|
|
width=6.0
|
|
hidpi=off
|
|
active_color=0xffe2e2e3
|
|
inactive_color=0xff414550
|
|
)
|
|
|
|
borders "${options[@]}"
|