[general] add missing shell theme config to gnome
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
fbba93c16a
commit
ae474de92e
5 changed files with 19 additions and 32 deletions
|
@ -12,6 +12,6 @@
|
|||
catppuccin = {
|
||||
enable = true;
|
||||
accent = "blue";
|
||||
flavor = "macchiato";
|
||||
flavor = "frappe";
|
||||
};
|
||||
}
|
|
@ -7,6 +7,18 @@
|
|||
}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
};
|
||||
|
||||
dconf.settings = {
|
||||
# ---------------------- Theming
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
|
||||
picture-uri-dark = "${outputs.resources.wallpapers}/animals_at_campfire.jpg";
|
||||
};
|
||||
|
||||
"org/gnome/shell/extensions/user-theme" = {
|
||||
name = "Catppuccin-Frappe-Standard-Blue-Dark";
|
||||
};
|
||||
# ---------------------- Theming END
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue