From 498fd7785125a0e268251dee69c77710f77a8c9f Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 7 Mar 2026 09:27:49 -0600 Subject: [PATCH] test --- .../nathan/home-manager/programs/hyprland/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/homes/nathan/home-manager/programs/hyprland/default.nix b/homes/nathan/home-manager/programs/hyprland/default.nix index 1dc18bc..e884f89 100644 --- a/homes/nathan/home-manager/programs/hyprland/default.nix +++ b/homes/nathan/home-manager/programs/hyprland/default.nix @@ -38,15 +38,13 @@ variables = [ "--all" ]; }; - extraConfig = (if config.homeconfig.hyprpanel.enable then '' - bind = , Print, exec, bash -c ${pkgs.hyprpanel}/share/scripts/screenshot.sh" - '' else '' - bind = , Print, exec, grim -g "$(slurp)" - '') + '' + extraConfig = '' + bind = , Print, exec, grim -g "$(slurp)" > ~/Pictures/screenshots/$(date +"%m-%d-%Y_%H:%M:%S").png + source = ${config.home.homeDirectory}/.config/hypr/main.conf exec-shutdown = if [[ -f ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid ]]; then rm ${config.home.homeDirectory}/.local/share/calcurse/.calcurse.pid; fi - ''; + ''; }; };