summaryrefslogtreecommitdiff
path: root/yad-panel.sh
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-06 04:38:16 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-06 04:38:16 -0500
commitd797562217fc714ba11df141c035827ec1b1d234 (patch)
tree621d91394f9000cc25ece549e5e132afcdd94f24 /yad-panel.sh
parent6bcfae0f91367e27301957b3e0edfab6155ecea6 (diff)
Fixing the --text for yad original linedevelop
Diffstat (limited to 'yad-panel.sh')
-rw-r--r--yad-panel.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/yad-panel.sh b/yad-panel.sh
index 163541b..f7064bf 100644
--- a/yad-panel.sh
+++ b/yad-panel.sh
@@ -8,7 +8,7 @@ buttons() {
--button="👍":0 --button="🔊":1 --button="🔁":2 \
--form \
--columns=1 \
- --text "$(echo -n \"$(cat \\"$HOME/.automatisiere-lieblingstexte.linea.actual.txt\\")\")" \
+ --text "$(tr -d '\n' < "$HOME/.automatisiere-lieblingstexte.linea.actual.txt")" \
--width=400 --posx=$(($(( $(xrandr --query | grep '*' | awk '{print $1}' | cut -d'x' -f1) )) - 400 - 20)) --posy=20
case $? in
0)