diff options
Diffstat (limited to 'dotfiles/common/.local')
| -rwxr-xr-x | dotfiles/common/.local/bin/lfrun | 19 | ||||
| -rwxr-xr-x | dotfiles/common/.local/bin/lfub | 24 | ||||
| -rwxr-xr-x | dotfiles/common/.local/bin/ytp | 2 |
3 files changed, 1 insertions, 44 deletions
diff --git a/dotfiles/common/.local/bin/lfrun b/dotfiles/common/.local/bin/lfrun deleted file mode 100755 index 5bb0ba3..0000000 --- a/dotfiles/common/.local/bin/lfrun +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -set -e - -cleanup() { - exec 3>&- - rm "$FIFO_UEBERZUG" -} - -if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then - lf "$@" -else - [ ! -d "$HOME/.cache/lf" ] && mkdir --parents "$HOME/.cache/lf" - export FIFO_UEBERZUG="$HOME/.cache/lf/ueberzug-$$" - mkfifo "$FIFO_UEBERZUG" - ueberzug layer -s <"$FIFO_UEBERZUG" -p json & - exec 3>"$FIFO_UEBERZUG" - trap cleanup EXIT - lf "$@" 3>&- -fi diff --git a/dotfiles/common/.local/bin/lfub b/dotfiles/common/.local/bin/lfub deleted file mode 100755 index 9012f50..0000000 --- a/dotfiles/common/.local/bin/lfub +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -# This is a wrapper script for lb that allows it to create image previews with -# ueberzug. This works in concert with the lf configuration file and the -# lf-cleaner script. - -set -e - -cleanup() { - exec 3>&- - rm "$FIFO_UEBERZUG" -} - -if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_TTY" ]; then - lf "$@" -else - [ ! -d "$HOME/.cache/lf" ] && mkdir -p "$HOME/.cache/lf" - export FIFO_UEBERZUG="$HOME/.cache/lf/ueberzug-$$" - mkfifo "$FIFO_UEBERZUG" - ueberzug layer -s <"$FIFO_UEBERZUG" -p json & - exec 3>"$FIFO_UEBERZUG" - trap cleanup HUP INT QUIT TERM PWR EXIT - lf "$@" 3>&- -fi diff --git a/dotfiles/common/.local/bin/ytp b/dotfiles/common/.local/bin/ytp index 93ca9fc..c24d50f 100755 --- a/dotfiles/common/.local/bin/ytp +++ b/dotfiles/common/.local/bin/ytp @@ -1 +1 @@ -yt-dlp --ignore-config --yes-playlist --add-metadata -i -o '%(channel)s-%(playlist_title)s-%(playlist_index)s-%(title)s.%(ext)s' $1 $2 $3 $4 +yt-dlp --ignore-config --yes-playlist --embed-metadata -i -o '%(channel)s-%(playlist_title)s-%(playlist_index)s-%(title)s.%(ext)s' $1 $2 $3 $4 |
