From 4aaf1cbc8f67273220a19a87defe4b7c150f7325 Mon Sep 17 00:00:00 2001 From: listout Date: Mon, 28 Mar 2022 00:18:28 +0530 Subject: 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 --- .config/bspwm/bspwmrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/bspwm/bspwmrc') 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 -- cgit v1.2.3