Add Papirus mimetype icons to WallpaperAdwaita theme
Copies Papirus-Dark mimetype icons into WallpaperAdwaita for distinctive file type icons (json, python, markdown, etc.) while keeping the wallpaper-colored folder icons from Adwaita. Also fixes recolor script to process all place icons, not just folders (fixes Desktop icon), and improves color mapping. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0a1ffe201f
commit
043dd3674c
3 changed files with 59 additions and 1 deletions
|
|
@ -22,6 +22,7 @@
|
|||
adwaita-icon-theme
|
||||
gnome-themes-extra
|
||||
adwaita-icon-theme-legacy
|
||||
papirus-icon-theme
|
||||
adw-gtk3
|
||||
matugen
|
||||
];
|
||||
|
|
@ -41,7 +42,7 @@
|
|||
programs.dconf.profiles.user.databases = [{
|
||||
settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
icon-theme = "Adwaita";
|
||||
icon-theme = "WallpaperAdwaita";
|
||||
cursor-theme = "Adwaita";
|
||||
};
|
||||
"org/gnome/mutter" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue