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
|
|
@ -100,6 +100,7 @@
|
|||
'';
|
||||
home.file.".config/gtk-3.0/gtk.css".force = true;
|
||||
home.file.".config/gtk-3.0/gtk.css".text = ''
|
||||
@import url("colors.css");
|
||||
headerbar {
|
||||
min-height: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue