dotfiles/private_dot_config/lf/executable_clear_img.sh
ArgentumCation 71cec63f8c updates
2023-12-10 16:56:58 -05:00

4 lines
123 B
Bash

#!/bin/sh
if [ -n "$FIFO_UEBERZUG" ]; then
printf '{"action": "remove", "identifier": "preview"}\n' >"$FIFO_UEBERZUG"
fi