From 175a0cb899cf4b91c1e34af84836cc554ad8142f Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 May 2025 16:16:02 +1000 Subject: [PATCH] hyprland: add matugen --- modules/linux/hyprland.nix | 1 + stow/.config/matugen/config.toml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 stow/.config/matugen/config.toml diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index b720375..ef69fd4 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -26,6 +26,7 @@ playerctl swaynotificationcenter hyprshot + matugen ]; programs.ssh.startAgent = true; diff --git a/stow/.config/matugen/config.toml b/stow/.config/matugen/config.toml new file mode 100644 index 0000000..bd41bc8 --- /dev/null +++ b/stow/.config/matugen/config.toml @@ -0,0 +1,9 @@ +[config.wallpaper] +command = "swww" +arguments = ["img", "--transition-type", "center"] +set = true + +[templates.waybar] +input_path = './templates/colors.css' +output_path = '~/.config/waybar/colors.css' +post_hook = 'pkill -SIGUSR2 waybar'