diff options
author | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
commit | ac58746a49e1b7e8559cff1ed4522c3584caa026 (patch) | |
tree | 710e4e87d0526e8fe254befe6b9342f299846967 /lf | |
parent | 03293db1c9078d0960e92bed9b3a66e14cadacd1 (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into car
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 |