diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 1bb4e41..02ba275 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -19,7 +19,7 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config focused_border_color '#689d6a' +bspc config focused_border_color '#92971a' # bspc rule -a Gimp desktop='^8' state=floating follow=on # bspc rule -a Chromium desktop='^2' diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f74e8bf..ea3003a 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -10,7 +10,7 @@ fade-delta = 5 inactive-opacity = 0.85 blur-background = true -blur-kern = "7x7box" +blur-kern = "11x11gaussian" vsync = true diff --git a/.config/polybar/config b/.config/polybar/config index 04f52de..cae5cc8 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -23,7 +23,7 @@ background-alt = #3c3836 ;foreground = ${xrdb:color7:#222} foreground = #ebdbb2 foreground-alt = #fbf1c7 -primary = #689d6a +primary = #92971a secondary = #458588 alert = #cc241d