From b11c84945d02598bcddf9259db8ff92ca9e3cfbf Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Sat, 2 May 2026 15:22:24 +0300 Subject: try out noctalia shell --- dotfiles/.config/noctalia/user-templates.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dotfiles/.config/noctalia/user-templates.toml (limited to 'dotfiles/.config/noctalia/user-templates.toml') diff --git a/dotfiles/.config/noctalia/user-templates.toml b/dotfiles/.config/noctalia/user-templates.toml new file mode 100644 index 0000000..e490907 --- /dev/null +++ b/dotfiles/.config/noctalia/user-templates.toml @@ -0,0 +1,17 @@ +[config] + +[templates] + +# User-defined templates +# Add your custom templates below +# Example: +# [templates.myapp] +# input_path = "~/.config/noctalia/templates/myapp.css" +# output_path = "~/.config/myapp/theme.css" +# post_hook = "myapp --reload-theme" + +# Remove this section and add your own templates +#[templates.placeholder] +#input_path = "/etc/xdg/quickshell/noctalia-shell/Assets/Templates/noctalia.json" +#output_path = "/home/yaroslav/.cache/noctalia/placeholder.json" + -- cgit v1.3