Remove unused theme regreet elements

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-16 18:52:10 +02:00
parent 2a827720b1
commit 800560e7fd
-39
View File
@@ -29,46 +29,7 @@ in
name = "adw-gtk3"; name = "adw-gtk3";
}; };
iconTheme = {
package = pkgs.papirus-icon-theme;
name = "Papirus";
};
cursorTheme = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic";
};
font = {
package = pkgs.inter;
name = "Inter";
};
extraCss = ''
window {
background: linear-gradient(135deg, #111827, #1f2937);
}
box, frame {
border-radius: 18px;
background-color: rgba(17, 24, 39, 0.72);
padding: 24px;
}
entry, button, combobox {
border-radius: 12px;
}
label {
color: #f9fafb;
}
'';
settings = { settings = {
background = {
path = "./XP.jpg";
fit = "Cover";
};
dark_mode = true; dark_mode = true;
clock = true; clock = true;
greeting_message = "Hello Nina"; greeting_message = "Hello Nina";