From 10ff40f96782562319ac3c71cac7584cc1cfbecc Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 5 Feb 2026 13:41:43 +0100 Subject: fixed lock screen script to use magick instead of convert --- modules/home/i3wm/nord-blue/scripts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home/i3wm/nord-blue/scripts.nix b/modules/home/i3wm/nord-blue/scripts.nix index 60840fc..47c49eb 100644 --- a/modules/home/i3wm/nord-blue/scripts.nix +++ b/modules/home/i3wm/nord-blue/scripts.nix @@ -12,7 +12,7 @@ RES=$(xrandr | awk '/\*/ {print $1; exit}') # Scale like feh --bg-fill - convert "$WALL" \ + magick "$WALL" \ -resize "''${RES}^" \ -gravity center \ -extent "$RES" \ -- cgit v1.2.3