mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
bash/usr-local-bin: add XDG_CURRENT_DESKTOP=Unity for waybar
However it gives this warning regardless.
This commit is contained in:
parent
e2f01ba0be
commit
1a33464bc9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user