kiddae / polybar-themes

(Deprecated) A repository of themes for polybar.
428 stars 38 forks source link

Polybar shadow #3

Closed felipendc closed 4 years ago

felipendc commented 4 years ago

Could you tell me how did you add shadow to these Polybars , please? They look so beautiful!

https://raw.githubusercontent.com/ngynLk/polybar-themes/master/san/scrot1.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/cherryblocks/scrot.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/blocks/scrot-square.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/blocks/scrot2.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/blocks/scrot-rounded.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/miniblocks/scrot.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/miniblocks/scrot.png https://raw.githubusercontent.com/ngynLk/polybar-themes/master/classic2/scrot.png

I'm running: Arcolinuxb
Compositor: picom Thx.

kiddae commented 4 years ago

Hello, I'm sorry for the late answer. In picom, you can add wintypes rules for docks. There, set the full-shadow option to true. That way, the shadows look natural.

wintypes:
{
    dock = { shadow = true; full-shadow = true}
} 

I'm glad you like my themes!