diff options
author | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-03-28 00:18:28 +0530 |
commit | 4aaf1cbc8f67273220a19a87defe4b7c150f7325 (patch) | |
tree | 5c433443a14f5cb2c813e5d54ebdc987c1a36565 /.config/bspwm/bspwmrc | |
parent | cfcc1b00e45b32a00e3e29a3c671beabd0ed6952 (diff) |
colorscheme: substrata
Moving to substrata color scheme
Affected files:
- .config/bspwm/bspwmrc
- .config/dunst/dunstrc
- .config/kitty/kitty.conf
- .config/nvim/configs/appearance.vim
- .config/nvim/configs/plugins.vim
- .config/polybar/config
- .config/rofi/config.rasi
- .tmux.conf
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 694f6f8..8eeeb3b 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -6,9 +6,9 @@ picom & #/usr/bin/nm-applet & sh $HOME/Documents/scroll_trackball.sh & $HOME/.config/polybar/launch.sh & -#hsetroot -solid '#1a1a24' & +hsetroot -solid '#1c1c1c' & /usr/bin/kdeconnect-indicator & -feh --bg-fill $HOME/wallpaper/waves.png +#feh --bg-fill $HOME/wallpaper/waves.png # bspc config top_padding 27 bspc monitor -d 1 2 3 4 5 6 7 8 9 @@ -20,8 +20,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#44495e' -bspc config focused_border_color '#b1dba4' +bspc config normal_border_color '#2e313d' +bspc config focused_border_color '#5b5f71' wmname LG3D |