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'