transparent st

This commit is contained in:
davidovski 2024-04-04 18:04:16 +01:00
parent 51937c18e6
commit 54c6b0a122
14 changed files with 193 additions and 1083 deletions

View file

@ -17,7 +17,7 @@ animation-stiffness = 240;
# Change the mass of windows
# Modifying the mass of windows makes them virtually heavier and therefore slower to animate.
animation-window-mass = 0.5;
animation-window-mass = 1;
# Change dampening applied during the animation
# This setting basically does what it says. It dampens the animation of windows.
@ -152,11 +152,11 @@ fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.01;
fade-in-step = 0.03;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.01;
fade-out-step = 0.03;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
fade-delta = 4