From 478827956ede9cb3d392949525dbd42cb14f17da Mon Sep 17 00:00:00 2001 From: SDGDen Date: Sat, 27 Jun 2026 18:00:34 +0200 Subject: [PATCH] updated wayshell files with dependencies, colors.css and matugen information. --- mango/autostart.conf | 2 ++ matugen/config.toml | 5 ----- sdgos/wayshell/MATUGEN.toml | 3 +++ sdgos/wayshell/colors.css | 7 +++++++ 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 sdgos/wayshell/MATUGEN.toml create mode 100644 sdgos/wayshell/colors.css diff --git a/mango/autostart.conf b/mango/autostart.conf index ca5ad23..ec898d2 100644 --- a/mango/autostart.conf +++ b/mango/autostart.conf @@ -14,6 +14,8 @@ exec-once=~/.config/sdgos/firstrun.sh exec-once=nautilus --gapplication-service ## dankcalendar exec-once=dcal run -d --hidden +## wayshell daemon +exec-once=~/.config/sdgos/wayshell/wayshell.sh diff --git a/matugen/config.toml b/matugen/config.toml index 6e3138c..5b49074 100755 --- a/matugen/config.toml +++ b/matugen/config.toml @@ -83,11 +83,6 @@ output_path = '~/.config/sdgos/monocle/colors.css' input_path = '~/.config/caffyne-shell/matugen/caffyne-shell-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] input_path = '~/.config/matugen/templates/InioX/colors.css' output_path = '~/.config/sdgos/wayshell/configs/colors.css' \ No newline at end of file diff --git a/sdgos/wayshell/MATUGEN.toml b/sdgos/wayshell/MATUGEN.toml new file mode 100644 index 0000000..97dfec4 --- /dev/null +++ b/sdgos/wayshell/MATUGEN.toml @@ -0,0 +1,3 @@ +[templates.wayshellbars] +input_path = '~/.config/sdgos/wayshell/colors.css' +output_path = '~/.config/sdgos/wayshell/configs/colors.css' \ No newline at end of file diff --git a/sdgos/wayshell/colors.css b/sdgos/wayshell/colors.css new file mode 100644 index 0000000..f246856 --- /dev/null +++ b/sdgos/wayshell/colors.css @@ -0,0 +1,7 @@ +/* +* Css Colors +* Generated with Matugen +*/ +<* for name, value in colors *> + @define-color {{name}} {{value.default.hex}}; +<* endfor *>