make quickshell's color generation handle ags

This commit is contained in:
end-4
2025-05-11 16:32:32 +02:00
parent 23af7648e4
commit 543243239a
3 changed files with 82 additions and 0 deletions
+4
View File
@@ -37,3 +37,7 @@ output_path = '~/.config/ags/assets/themes/sourceviewtheme.xml'
input_path = '~/.config/matugen/templates/ags/sourceviewtheme-light.xml'
output_path = '~/.config/ags/assets/themes/sourceviewtheme-light.xml'
[templates.ags_scss]
input_path = '~/.config/matugen/templates/ags/_material.scss'
output_path = '~/.local/state/ags/scss/_material.scss'
post_hook = 'pidof gjs && agsv1 run-js "handleStyles(false)"'