bash/usr-local-bin: add XDG_CURRENT_DESKTOP=Unity for waybar

However it gives this warning regardless.
This commit is contained in:
Aminda Suomalainen 2022-06-11 22:19:28 +03:00
parent e2f01ba0be
commit 1a33464bc9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 0 deletions

View File

@ -21,5 +21,8 @@ export SDL_VIDEODRIVER=wayland
# Mozilla Products
export MOZ_ENABLE_WAYLAND=1
# Waybar states: [warning] For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity
export XDG_CURRENT_DESKTOP=Unity
dbus-launch --exit-with-session sway --unsupported-gpu $@
set +x