Modify bspwm and picom better for polybar

This commit is contained in:
mitchell 2020-11-02 00:11:05 -05:00
parent ff2e641182
commit 9ccb100294
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ bspc monitor -d I II III IV V VI VII
bspc config border_width 2
bspc config window_gap 8
bspc config top_padding 0
bspc config top_padding -8
bspc config split_ratio 0.52
bspc config borderless_monocle true

View File

@ -10,11 +10,11 @@ fade-delta = 5
inactive-opacity = 0.85
blur-background = true
blur-kern = "11x11gaussian"
blur-kern = "7x7box"
vsync = true
wintypes:
{
dock = { full-shadow = true; };
dock = { shadow = false; };
};