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 *>