Sophie Hirn 1 년 전
부모
커밋
259bd67221
No known key found for this signature in database
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .local/bin/mkwp

+ 1
- 1
.local/bin/mkwp 파일 보기

@@ -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)

Loading…
취소
저장