diff options
author | listout <listout@protonmail.com> | 2021-04-13 19:15:02 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-13 19:15:02 +0530 |
commit | f76d15d9420b9a1baa6dda6eb16a6030efb1a254 (patch) | |
tree | df934dc956b53976ce792e7899817f4678dbf580 /.config | |
parent | 61b223fe7957b303790b757a91709a93a8bfe133 (diff) |
new colorscheme
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index ea16971..b9a229c 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,7 +4,7 @@ pgrep -x sxhkd > /dev/null || sxhkd & picom & /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & ./.config/polybar/launch.sh & -feh --bg-fill $HOME/.config/walls/flowers.jpg +feh --bg-fill $HOME/.config/walls/loneliness.png bspc monitor -d I II III IV V VI @@ -15,8 +15,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#224f60' -bspc config focused_border_color '#6f89a9' +bspc config normal_border_color '#687887' +bspc config focused_border_color '#c3cbd3' wmname LG3D |