matugen: add gtk 3 & 4 themes

This commit is contained in:
Nico 2025-05-03 16:16:02 +10:00
parent 627d6221fd
commit 172e2418b8
2 changed files with 30 additions and 0 deletions

View file

@ -7,3 +7,11 @@ set = true
input_path = './templates/colors.css'
output_path = '~/.config/waybar/colors.css'
post_hook = 'pkill -SIGUSR2 waybar'
[templates.gtk3]
input_path = './templates/gtk-colors.css'
output_path = '~/.config/gtk-3.0/gtk.css'
[templates.gtk4]
input_path = './templates/gtk-colors.css'
output_path = '~/.config/gtk-4.0/gtk.css'