用 Noctalia Shell 替代各种琐碎组件

This commit is contained in:
2026-05-19 20:19:28 +08:00
parent f1b8e14be3
commit bcc383a383
15 changed files with 127 additions and 265 deletions
+15
View File
@@ -0,0 +1,15 @@
*{
transition: 1000ms ease ;
}
window {
background-image: url("/home/agxcoy/.cache/wallpaper_blur");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-color: rgba(0,0,0,0.3);
font-family: 'monospace';
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7)
}
#input-field {
background-color: rgba(3, 3, 3, 0.15)
}