Add GTK3 wallpaper color overrides for Electron/GTK3 apps
Create gtk3-colors.css matugen template and import it in GTK3 gtk.css so apps like Vesktop get wallpaper-based headerbar colors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
25189a0d99
commit
6c6794efb9
3 changed files with 20 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.gtk3]
|
||||
input_path = "${inputs.self}/templates/gtk3-colors.css"
|
||||
output_path = "${config.home.homeDirectory}/.config/gtk-3.0/colors.css"
|
||||
|
||||
[templates.gnome-shell]
|
||||
input_path = "${inputs.self}/templates/gnome-shell.css"
|
||||
output_path = "${config.home.homeDirectory}/.local/share/themes/WallpaperShell/gnome-shell/gnome-shell.css"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue