mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
picom: make shadows not overlap on polybar
The easy solution would have been `shadow-exclude-reg = "x27+0+0"`, but polybar dimension depends on the number of DPI.
This commit is contained in:
parent
2abeb3f0bd
commit
af3e1da60a
1 changed files with 5 additions and 4 deletions
|
@ -37,13 +37,14 @@ opacity-rule = [
|
|||
# Shadow and fading
|
||||
fade-in-step = 0.08;
|
||||
fade-out-step = 0.08;
|
||||
shadow-opacity = 0.9;
|
||||
shadow-radius = 15;
|
||||
shadow-offset-x = -15;
|
||||
shadow-offset-y = -15;
|
||||
shadow-opacity = 0.3;
|
||||
shadow-radius = 10;
|
||||
shadow-offset-x = -3;
|
||||
shadow-offset-y = -3;
|
||||
wintypes:
|
||||
{
|
||||
normal = { shadow = true; };
|
||||
dock = { shadow = true; };
|
||||
combo = { fade = true; };
|
||||
dropdown_menu = { fade = true; };
|
||||
menu = { fade = true; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue