dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit c2acc918cf1814b17980dd9c391a0b0585e052be
parent 658a3c804e287d953c761c6e4ab587473b45cadf
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 22 Nov 2020 18:09:50 +0100

set-theme: comment explaining aspect ratio

Former-commit-id: e07254244ef7135f946fac1c0d223906a5bb68f2
Diffstat:
Mscripts/img-to-background | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/img-to-background b/scripts/img-to-background @@ -1,5 +1,8 @@ #!/usr/bin/env bash +# set the aspect ratio +# 16:10 == 1440x900 aspect_ratio="16:10" + if ! command -v convert &>/dev/null; then echo "convert not installed." >&2 exit 1