mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
Added janky borders config
This commit is contained in:
11
.config/borders/bordersrc
Executable file
11
.config/borders/bordersrc
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
options=(
|
||||
style=round
|
||||
width=5.0
|
||||
hidpi=off
|
||||
active_color=0xffea959c
|
||||
inactive_color=0xff606060
|
||||
)
|
||||
|
||||
borders "${options[@]}"
|
||||
Reference in New Issue
Block a user