1
0
forked from extern/nix-config

wal: Change bspwm colors

For most color schemes, color 8 is darker than color 7. This makes it
easier to distinguish between focused windows.
This commit is contained in:
Donovan Glover 2018-11-19 19:27:54 -05:00
parent 616048bd3f
commit 186495c97e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -8,10 +8,10 @@
source "${HOME}/.cache/wal/colors.sh"
# Set the border colors
bspc config normal_border_color "$color1"
bspc config normal_border_color "$color8"
bspc config active_border_color "$color2"
bspc config focused_border_color "$color15"
bspc config presel_feedback_color "$color1"
bspc config focused_border_color "$color7"
bspc config presel_feedback_color "$color7"
# Symlink dunst config
mkdir -p "${HOME}/.config/dunst"