Sophie Hirn 1 年之前
父節點
當前提交
259bd67221
沒有發現已知的金鑰在資料庫的簽署中
共有 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…
取消
儲存