aboutsummaryrefslogtreecommitdiff
path: root/modules/home/i3wm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/i3wm')
-rw-r--r--modules/home/i3wm/nord-blue/scripts.nix2
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" \