Sophie Hirn il y a 1 an
Parent
révision
259bd67221
Aucune clé connue n'a été trouvée dans la base pour cette signature
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .local/bin/mkwp

+ 1
- 1
.local/bin/mkwp Voir le fichier

@@ -62,7 +62,7 @@ function main() {
local joinargs=()

while [ -n "$1" ] && [ "$1" != "--" ]; do
if xrandr --listmonitors | grep -q "$1"; then
if xrandr --listmonitors | grep -q "[+* ]$1"; then
local res="$(getres "$1")"
run convert "$INDIR/motif.png" -resize "$res^" -gravity center -extent "$res" "$OUTDIR/$1.png"
joinargs+=("$OUTDIR/$1.png" -geometry "$(getoff "$1")" -composite)

Chargement…
Annuler
Enregistrer