diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 04:38:16 -0500 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-06 04:38:16 -0500 |
commit | d797562217fc714ba11df141c035827ec1b1d234 (patch) | |
tree | 621d91394f9000cc25ece549e5e132afcdd94f24 /yad-panel.sh | |
parent | 6bcfae0f91367e27301957b3e0edfab6155ecea6 (diff) |
Fixing the --text for yad original linedevelop
Diffstat (limited to 'yad-panel.sh')
-rw-r--r-- | yad-panel.sh | 2 |
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) |