From cf1c9a63893cb54dff3ca2766f3f6adf3bcb48ea Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 18 Jan 2026 19:24:37 +0100 Subject: [PATCH] Fix. --- trixie/copy/t490s/home/plom/.nonpath_bins/status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2