commit bb0b0cb8fcdf2bc41985e9d5ba30e89ba4ae2f52
parent 0836d6f721d22ded8ee4e3d0a5d8d1826ff4d4e1
Author: Alex Balgavy <alex@balgavy.eu>
Date: Tue, 21 Sep 2021 17:00:11 +0200
img-to-background: change aspect ratio
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/img-to-background b/scripts/img-to-background
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# set the aspect ratio
# 16:10 == 1440x900
-aspect_ratio="16:10"
+aspect_ratio="16:9"
if ! command -v convert &>/dev/null; then
echo "convert not installed." >&2