Is it possible to snap this python application?

I made this application and I was wondering if it was possible to make it a snap as if I understand correctly, because of the nature of snaps, I don’t know if it is possible to perform some actions such as:

  • Read some system paths/files (like /usr/share/themes) to get system or other applications installed themes
  • Set up a user systemd timer
  • Write a .desktop file to /etc/xdg/autostart to automatically start the application when users log in

As you can probably see in past commits and my only other very embarrassing post in this forum I have already tried experimenting with python snaps but ultimately failed, so any kind of help or counseling with this would be more than appreciated :slight_smile: