forked from extern/nix-config
4c1be9aec4
Although I said I was using Sway, it doesn't hurt to keep my bspwm files in the event that I'd like to use bspwm.
11 lines
271 B
Bash
Executable File
11 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Source the colors from wal
|
|
source ~/.cache/wal/colors.sh
|
|
|
|
# Set the border colors
|
|
bspc config normal_border_color "$color8"
|
|
bspc config active_border_color "$color2"
|
|
bspc config focused_border_color "$color7"
|
|
bspc config presel_feedback_color "$color7"
|