diff options
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) |