add niri setup

This commit is contained in:
2025-10-02 05:44:34 +02:00
parent cc537fc029
commit 7d07282234
27 changed files with 2105 additions and 95 deletions

View File

@@ -30,7 +30,7 @@ button:focus,
button:active,
button:hover {
background-size: 20%;
background-color: alpha(#1e1e2e, 1);
background-color: alpha(#1e1e2e, 0.7);
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(0.55, 0, 0.28, 1.682);
}

View File

@@ -30,7 +30,7 @@ button:focus,
button:active,
button:hover {
background-size: 20%;
background-color: alpha(#1e1e2e, 1);
background-color: alpha(#1e1e2e, 0.7);
animation: gradient_f 20s ease-in infinite;
transition: all 0.3s cubic-bezier(0.55, 0, 0.28, 1.682);
}