From: Christian Heller Date: Sun, 18 Jan 2026 18:24:37 +0000 (+0100) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/booking/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bprefix%7D%7D/static/git-favicon.png?a=commitdiff_plain;p=config Fix. --- diff --git a/trixie/copy/t490s/home/plom/.nonpath_bins/status.sh b/trixie/copy/t490s/home/plom/.nonpath_bins/status.sh index 4e9a46e..66de55c 100755 --- a/trixie/copy/t490s/home/plom/.nonpath_bins/status.sh +++ b/trixie/copy/t490s/home/plom/.nonpath_bins/status.sh @@ -61,7 +61,7 @@ print_clipboard() { WL_PASTE_ARGS="$2" NO_BAR_IF_ZERO="$3" local CLEAN_PASTE ELLIPSIS - CLEAN_PASTE=$(wl-paste ${WL_PASTE_ARGS} | sed 's/"/\\"/g') + CLEAN_PASTE=$(wl-paste ${WL_PASTE_ARGS} | sed 's/"/_/g') ELLIPSIS= print_bar_block "${LABEL} [" "${COL_WHITE}" 0 if [ "${#CLEAN_PASTE}" -gt 32 ]; then