Enable Shadow
If you wanted to add shadow on Polybar, you can add this config to your picom.conf
i don't use compton or another compositor.
wintypes:
{
tooltip = { shadow = true; opacity = 0.75; full-shadow = false; };
dock = { shadow = true; full-shadow = false; }
};
and also, set no-dock-shadow
to true
on picom.conf
no-dock-shadow = true;
Disable Shadow
If you want to disable shadow on Polybar, just simply make them to false
wintypes:
{
tooltip = { shadow = false; opacity = 0.75; full-shadow = false; };
dock = { shadow = false; full-shadow = false; }
};
no-dock-shadow = false;
colorschemes that i use for my own Polybar Themes
other colors is customized by me
git clone https://github.com/prcxzm/polybar-themes