You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a workaround that allows you to have a tray to manage Variety and and you can hide the tray when you don't want it.
Install trayer from the app store/repository. I kept launching it from the terminal to get the settings sorted out.
Create a .desktop file in /usr/share/applications. Here is what I put in my file. This will create an icon with the rest of your apps that you can click on to launch.
.desktop file contents that I used:
[Desktop Entry]
Type=Application
Name=Trayer
Exec=/usr/bin/trayer --align left --widthtype request --height 50 --expand true
Icon=/home/username/.icons/notification.svg ## choose the location for the image you want to use
Terminal=false
StartupWMClass=trayer
Create a hotkey to kill trayer when you don't want to look at it. Go to Elementary OS settings and pick keyboard. From there click on Custom along the left and add create a new shortcut. I used killall trayer as the command to run.
Variety panel indicator Missing on Elementary OS [Juno]. I've to keep it open in the dock.
The text was updated successfully, but these errors were encountered: