diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
commit | 30d1a136f1571f98e50571f2f3841398c4555326 (patch) | |
tree | b1ffb20fe9d28b8dcc62432d47867763db738bb8 /lf | |
parent | af9d165a62063bcadd1f4d2a54fdfa4a8b57a1bf (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'lf')
-rwxr-xr-x | lf/image | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,10 @@ main() { > "$FIFO_UEBERZUG" ;; "draw") - declare -p -A cmd=([action]=add [identifier]="$ID_PREVIEW" \ - [x]="$3" [y]="$4" [max_width]="$5" [max_height]="$6" \ - [path]="$2") > "$FIFO_UEBERZUG" + kitten icat --stdin no --transfer-mode memory --place"${5}x${6}@${3}x${4}" "$1" /dev/tty + #declare -p -A cmd=([action]=add [identifier]="$ID_PREVIEW" \ + #[x]="$3" [y]="$4" [max_width]="$5" [max_height]="$6" \ + #[path]="$2") > "$FIFO_UEBERZUG" ;; "*") echo "Unknown command: '$1', '$2'" ;; esac |