diff options
Diffstat (limited to '.local/share/bin/clean')
| -rwxr-xr-x | .local/share/bin/clean | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/share/bin/clean b/.local/share/bin/clean new file mode 100755 index 0000000..8c824f1 --- /dev/null +++ b/.local/share/bin/clean @@ -0,0 +1,3 @@ +#!/bin/sh +[ -n "$UB_SOCKET" ] && ueberzugpp cmd --socket "$UB_SOCKET" --action remove --identifier PREVIEW + |