aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 09:16:58 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-11-28 09:16:58 +0100
commit97b10cdc528d9f6954dc9ecf4511b089495d6b6f (patch)
tree23fefab99171e3f43798639dcef35cc9830333a2
parent871e5bbc95b34cac51820d2da363c98064d64288 (diff)
no more picom config template
-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;