commit 4e13d2c515eae9f5e1a22a0b437b8949c7c6af92
parent 69e6c1a98c60c24d3f6e4ceb0eb75e333f29c267
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date: Fri, 23 Aug 2024 17:01:49 -0400
wallust.toml: update templates section in wallust.toml, comment deprecated formatted templates
Diffstat:
| M | wallust.toml | | | 63 | ++++++++++++++++++++++++++++++++++++++------------------------- |
1 file changed, 38 insertions(+), 25 deletions(-)
diff --git a/wallust.toml b/wallust.toml
@@ -70,31 +70,44 @@ filter = "dark"
# This is the most common way of integrating `wallust` generated palette to some program.
# Below a simple example that searches for `config-path/zathurarc` and puts the
# newly created file to `~/.config/zathura/zathurarc` and it uses the `new_engine` flag for double brackets.
-
-[[entry]]
-template = "colors.Xresources"
-target = "~/.config/X11/Xresources"
-
-[[entry]]
-template = "colors-kitty.conf"
-target = "~/.config/kitty/colors-kitty.conf"
-
-[[entry]]
-template = "colors-wal.vim"
-target = "~/.config/nvim/colors/colors-wal.vim"
-
-[[entry]]
-template = "dunstrc"
-target = "~/.config/dunst/dunstrc"
-
-[[entry]]
-template = "wallust-discord.css"
-target = "~/.config/VencordDesktop/theme.css"
-new_engine = true
-
-[[entry]]
-template = "colors.less"
-target = "~/.var/app/sh.cider.Cider/config/Cider/Themes/gh_495921395/colors.less"
+# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
+
+[templates]
+xresources = { template = 'colors.Xresources',target = "~/.config/X11/Xresources" }
+kitty = { template = "colors-kitty.conf", target = "~/.config/kitty/colors-kitty.conf" }
+vim = { template = "colors-wal.vim", target = "~/.config/nvim/colors/colors-wal.vim" }
+dunstrc = { template = "dunstrc", target = "~/.config/dunst/dunstrc"}
+discord = { template = "wallust-discord.css", target = "~/.config/VencordDesktop/theme.css", new_engine = true }
+lessfile = { template = "colors.less", target = "~/.var/app/sh.cider.Cider/config/Cider/Themes/gh_495921395/colors.less" }
+hyprland = { template = "hypr.conf", target = "~/.config/hypr/hyprland-colors.conf" }
+joplin-userchrome = { template = "joplin-userchrome.css", target = "~/.config/joplin-desktop/userchrome.css" }
+joplin-userstyle = { template = "joplin-userstyle.css", target = "~/.config/joplin-desktop/userstyle.css" }
+
+#--- old template format ---#
+#[[entry]]
+#template = "colors.Xresources"
+#target = "~/.config/X11/Xresources"
+#
+#[[entry]]
+#template = "colors-kitty.conf"
+#target = "~/.config/kitty/colors-kitty.conf"
+#
+#[[entry]]
+#template = "colors-wal.vim"
+#target = "~/.config/nvim/colors/colors-wal.vim"
+#
+#[[entry]]
+#template = "dunstrc"
+#target = "~/.config/dunst/dunstrc"
+#
+#[[entry]]
+#template = "wallust-discord.css"
+#target = "~/.config/VencordDesktop/theme.css"
+#new_engine = true
+#
+#[[entry]]
+#template = "colors.less"
+#target = "~/.var/app/sh.cider.Cider/config/Cider/Themes/gh_495921395/colors.less"
#[[entry]]
#template = "hypr.conf"