diff options
author | listout <listout@protonmail.com> | 2022-08-25 01:16:34 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:43 +0530 |
commit | 5b6157270846845307b66350a4e7597a0fbedcc7 (patch) | |
tree | 3fbce9fd059100b2af0d96b5ca4df767f6d83a04 /.config/bspwm/bspwmrc | |
parent | c76fa174bb7a15655716fddf3469433950bbc340 (diff) |
bspwm: substrata color scheme
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to '.config/bspwm/bspwmrc')
-rwxr-xr-x | .config/bspwm/bspwmrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 7ba50bb..f03c504 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -17,7 +17,7 @@ sh $HOME/Documents/scroll_trackball.sh & $HOME/.config/polybar/launch.sh & # wallppaer -hsetroot -solid '#24283b' & +hsetroot -solid '#1c1c1c' & #feh --bg-fill $HOME/wallpaper/waves.png # /usr/bin/kdeconnect-indicator & @@ -36,9 +36,9 @@ bspc config split_ratio 0.50 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#c0caf5' -bspc config active_border_color '#c0caf5' -bspc config focused_border_color '#bb9af7' +bspc config normal_border_color '#5b5f71' +bspc config active_border_color '#5b5f71' +bspc config focused_border_color '#8296b0' # focus on hover bspc config focus_follows_pointer true |