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:
parent
616048bd3f
commit
186495c97e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user