feat: add custom colors for borders
This commit is contained in:
parent
323ba1e6f3
commit
7d8811d7ae
|
@ -24,6 +24,11 @@ bspc config split_ratio 0.52
|
|||
bspc config borderless_monocle true
|
||||
bspc config gapless_monocle true
|
||||
|
||||
bspc config active_border_color "#ABC2AB"
|
||||
bspc config normal_border_color "#478061"
|
||||
bspc config urgent_border_color "#B58900"
|
||||
bspc config presel_border_color "#26E2FF"
|
||||
|
||||
bash $HOME/.config/polybar/launch.sh &
|
||||
sxhkd &
|
||||
nitrogen --restore &
|
||||
|
|
Loading…
Reference in New Issue