mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix imagemagick's convert not behaving exactly like feh
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
04ac85ae0a
commit
dd559bfcf0
|
@ -18,7 +18,7 @@ let
|
|||
|
||||
if ! [[ -e "$IMAGEFILE" ]]
|
||||
then
|
||||
convert "$HOME/.config/wallpaper" -gravity Center -background "#000000" -extent "$SCREEN_RESOLUTION" "$IMAGEFILE"
|
||||
convert "$HOME/.config/wallpaper" -gravity Center -background "#000000" -resize "$SCREEN_RESOLUTION^" -extent "$SCREEN_RESOLUTION" "$IMAGEFILE"
|
||||
fi
|
||||
|
||||
if [[ -e /dev/fd/''${XSS_SLEEP_LOCK_FD:--1} ]]; then
|
||||
|
|
Loading…
Reference in a new issue