updated wayshell files with dependencies, colors.css and matugen information.

This commit is contained in:
2026-06-27 18:00:34 +02:00
parent 17652ed8ff
commit 478827956e
4 changed files with 12 additions and 5 deletions
+2
View File
@@ -14,6 +14,8 @@ exec-once=~/.config/sdgos/firstrun.sh
exec-once=nautilus --gapplication-service exec-once=nautilus --gapplication-service
## dankcalendar ## dankcalendar
exec-once=dcal run -d --hidden exec-once=dcal run -d --hidden
## wayshell daemon
exec-once=~/.config/sdgos/wayshell/wayshell.sh
-5
View File
@@ -83,11 +83,6 @@ output_path = '~/.config/sdgos/monocle/colors.css'
input_path = '~/.config/caffyne-shell/matugen/caffyne-shell-colors.css' input_path = '~/.config/caffyne-shell/matugen/caffyne-shell-colors.css'
output_path = '~/.config/caffyne-shell/style/colors.css' output_path = '~/.config/caffyne-shell/style/colors.css'
[templates.wayshell]
input_path = '~/.config/matugen/templates/InioX/colors.css'
output_path = '~/.config/sdgos/wayshell/colors.css'
[templates.wayshellbars] [templates.wayshellbars]
input_path = '~/.config/matugen/templates/InioX/colors.css' input_path = '~/.config/matugen/templates/InioX/colors.css'
output_path = '~/.config/sdgos/wayshell/configs/colors.css' output_path = '~/.config/sdgos/wayshell/configs/colors.css'
+3
View File
@@ -0,0 +1,3 @@
[templates.wayshellbars]
input_path = '~/.config/sdgos/wayshell/colors.css'
output_path = '~/.config/sdgos/wayshell/configs/colors.css'
+7
View File
@@ -0,0 +1,7 @@
/*
* Css Colors
* Generated with Matugen
*/
<* for name, value in colors *>
@define-color {{name}} {{value.default.hex}};
<* endfor *>