Skip to content

Instantly share code, notes, and snippets.

@ovelny
Created May 29, 2018 10:03
Show Gist options
  • Save ovelny/f672a9caee5a426f24d4562c6218af5c to your computer and use it in GitHub Desktop.
Save ovelny/f672a9caee5a426f24d4562c6218af5c to your computer and use it in GitHub Desktop.
Hide pamac-tray icon in Cinnamon

Run this and reboot to hide pamac-tray icon

bash -c '{
echo "[Desktop Entry]"
echo "Type=Application"
echo "Exec=pamac-tray"
echo "Hidden=true"
echo "Name[en_GB]=Pamac-Updater"
echo "Name=Pamac-Updater"
echo "Comment[en_GB]=Automatic updates"
echo "Comment=Automatic updates"
} > ~/.config/autostart/pamac-tray.desktop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment