Add GNOME Shell theme and User Themes extension
Generates a custom GNOME Shell CSS for the top bar, quick settings, and notifications using wallpaper palette colors. Uses the User Themes extension to load it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8359853fc9
commit
3873de6003
4 changed files with 51 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.appindicator
|
||||
gnomeExtensions.hot-edge
|
||||
gnomeExtensions.user-themes
|
||||
#gnomeExtensions.rounded-window-corners-reborn
|
||||
adwaita-icon-theme
|
||||
gnome-themes-extra
|
||||
|
|
@ -157,6 +158,11 @@
|
|||
"org/gnome/shell/extensions/just-perfection" = {
|
||||
window-demands-attention-focus = true;
|
||||
};
|
||||
|
||||
# User themes extension — load wallpaper shell theme
|
||||
"org/gnome/shell/extensions/user-theme" = {
|
||||
name = "WallpaperShell";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue