diff options
-rw-r--r-- | .config/picom.conf (renamed from .config/picom.conf##template) | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/picom.conf##template b/.config/picom.conf index 0ff757f..f88a591 100644 --- a/.config/picom.conf##template +++ b/.config/picom.conf @@ -6,17 +6,10 @@ vsync = true; corner-radius = 10; shadow = true; -{% if yadm.hostname == "thoncc" %} -shadow-radius = 24; -shadow-opacity = 0.4; -shadow-offset-y = -24; -shadow-offset-x = -24; -{% else %} shadow-radius = 48; shadow-opacity = 0.4; shadow-offset-y = -48; shadow-offset-x = -48; -{% endif %} fade = false; fade-in-step = 0.3; |