Fix CLI flag

This commit is contained in:
Johannes Marbach 2023-10-23 21:02:47 +02:00
parent 27829106c4
commit c5f70f40f8

View file

@ -79,10 +79,10 @@ for theme in ${themes[@]}; do
readme="$readme"$'\n'"## $theme"$'\n\n'
for res in ${resolutions[@]}; do
CRYPTTAB_SOURCE=/dev/sda1 $unl0kr -g $res -c unl0kr-screenshots.conf &
CRYPTTAB_SOURCE=/dev/sda1 $unl0kr -g $res -C unl0kr-screenshots.conf &
pid=$!
sleep 2 # Wait for UI to render
sleep 3 # Wait for UI to render
cat /dev/fb0 > "$outdir/$theme-$res"
convert -size $fb_res -depth $fb_depth $fb_format:"$outdir/$theme-$res" -crop $res+0+0 "$outdir/$theme-$res.png"