From a1b1d16d6da64b5e80404f448660181a26f5d113 Mon Sep 17 00:00:00 2001 From: Honney Date: Sun, 14 Jun 2026 01:24:40 +0200 Subject: [PATCH] update --- config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index dec9819..2fb9c3b 100644 --- a/config.toml +++ b/config.toml @@ -3,24 +3,24 @@ mode = "dark" # where generated files go (optional, but good to define) -output_dir = "~/.config/matugen/generated" +output_dir = "/home/honney/.config/matugen/generated" [templates.quickshell] -input_path = "~/.config/matugen/templates/quickshell.qml" -output_path = "~/Projects/quickshell/config/Colors.qml" +input_path = "/home/honney/.config/matugen/templates/quickshell.qml" +output_path = "/home/honney/.config/quickshell/config/Colors.qml" [templates.wlogout] -input_path = "~/.config/matugen/templates/wlogout.css" -output_path = "~/.config/wlogout/style.css" +input_path = "/home/honney/.config/matugen/templates/wlogout.css" +output_path = "/home/honney/.config/wlogout/style.css" [templates.kitty] -input_path = "~/.config/matugen/templates/kitty.conf" -output_path = "~/.config/kitty/colors-kitty.conf" +input_path = "/home/honney/.config/matugen/templates/kitty.conf" +output_path = "/home/honney/.config/kitty/colors-kitty.conf" [templates.hyprlock] -input_path = "~/.config/matugen/templates/hyprlock.conf" -output_path = "~/.config/hypr/hyprlock.conf" +input_path = "/home/honney/.config/matugen/templates/hyprlock.conf" +output_path = "/home/honney/.config/hypr/hyprlock.conf" [templates.wofi] -input_path = "~/.config/matugen/templates/wofi.css" -output_path = "~/.config/wofi/style.css" +input_path = "/home/honney/.config/matugen/templates/wofi.css" +output_path = "/home/honney/.config/wofi/style.css"