Added tray_name for yad

This commit is contained in:
2024-10-17 00:05:51 +05:00
parent 5473a87714
commit d92a14e8b3
3 changed files with 10 additions and 8 deletions

View File

@ -257,8 +257,8 @@ esac
if check_flatpak ; then
if check_gamescope_session
then PW_TERM="xterm -fullscreen -bg black -fg white -e"
else PW_TERM="xterm -bg black -fg white -e"
then PW_TERM="env LANG=C xterm -fullscreen -bg black -fg white -e"
else PW_TERM="env LANG=C xterm -bg black -fg white -e"
fi
fi