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