Compare commits

..

2 Commits

Author SHA1 Message Date
Nina Chlóe Kassandra Reiß 800560e7fd Remove unused theme regreet elements 2026-06-16 18:52:10 +02:00
Nina Chlóe Kassandra Reiß 2a827720b1 Adjust XP wallpaper 2026-06-16 18:40:40 +02:00
3 changed files with 0 additions and 39 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

-39
View File
@@ -29,46 +29,7 @@ in
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 = {
background = {
path = "/home/nichkara/.config/hypr/wallpaper/XP.jpg";
fit = "Cover";
};
dark_mode = true;
clock = true;
greeting_message = "Hello Nina";