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
|
|
@ -48,6 +48,10 @@
|
|||
input_path = "${inputs.self}/templates/gtk4-colors.css"
|
||||
output_path = "${config.home.homeDirectory}/.config/gtk-4.0/colors.css"
|
||||
|
||||
[templates.gnome-shell]
|
||||
input_path = "${inputs.self}/templates/gnome-shell.css"
|
||||
output_path = "${config.home.homeDirectory}/.local/share/matugen/gnome-shell.css"
|
||||
|
||||
[templates.zen]
|
||||
input_path = "${inputs.self}/templates/zen-userChrome.css"
|
||||
output_path = "${config.home.homeDirectory}/.zen/fraudek5.Default Profile/chrome/userChrome.css"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue