update for retro look again
This commit is contained in:
parent
fdd69c7a3d
commit
dcebf4a7f5
2
programs
2
programs
@ -2,6 +2,8 @@
|
||||
# essentials
|
||||
#
|
||||
ttf-jetbrains-mono
|
||||
ttf-terminus-nerd
|
||||
wqy-microhei
|
||||
ttf-roboto
|
||||
noto-fonts-emoji
|
||||
git
|
||||
|
@ -3,7 +3,7 @@ backend = "glx";
|
||||
# animations
|
||||
# works with https://github.com/FT-Labs/picom
|
||||
# if your picom doesn't support it it won't do anything
|
||||
animations = true;
|
||||
animations = false;
|
||||
animation-stiffness-in-tag = 125;
|
||||
animation-stiffness-tag-change = 90.0;
|
||||
|
||||
@ -23,7 +23,7 @@ enable-fading-next-tag = true;
|
||||
vsync = true;
|
||||
|
||||
# shadow
|
||||
shadow = true;
|
||||
shadow = false;
|
||||
shadow-radius = 12;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
@ -35,4 +35,4 @@ fade-out-step = 0.05;
|
||||
fade-delta = 5;
|
||||
|
||||
# corner
|
||||
corner-radius = 8;
|
||||
# corner-radius = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user