matugen: add gtk 3 & 4 themes
This commit is contained in:
parent
627d6221fd
commit
172e2418b8
2 changed files with 30 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue