changes :3

This commit is contained in:
zoey 2025-06-15 18:15:28 -04:00
parent c50bfc3eea
commit 0ad695abcf
Signed by: zoey
GPG key ID: 81FB9FECDD6A33E2
27 changed files with 1022 additions and 656 deletions

View file

@ -129,8 +129,8 @@ in {
allow_tearing = true;
# active border color
"col.active_border" = "${colors.lavender.rgb}";
"col.inactive_border" = "${colors.base.rgb}";
"col.active_border" = colors.lavender.hypr;
"col.inactive_border" = colors.base.hypr;
};
input = {
@ -146,7 +146,7 @@ in {
decoration = {
# fancy corners
rounding = 0;
rounding = 8;
# blur
blur = {
enabled = true;
@ -257,6 +257,7 @@ in {
# };
# };
services.quickshell.enable = true;
services.wallpaper.enable = true;
};
}