diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:41:43 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 13:41:43 +0100 |
| commit | 10ff40f96782562319ac3c71cac7584cc1cfbecc (patch) | |
| tree | 09f33f260985c3860b9c330cd5cdacdc4a4117d4 /modules/home/i3wm | |
| parent | 9f56421852f0e74a5aadb3a07d4907e7d7265b99 (diff) | |
fixed lock screen script to use magick instead of convert
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/nord-blue/scripts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |
