- gamemode
- libsystemd0
- libxkbcommon-dev
Or equivalent packages in non-debian based distros.
Clone the repo and run the commands corresponding to your distro:
git clone https://github.com/D-Brox/cosmic-ext-applet-gamemode-status
cd cosmic-ext-applet-gamemode-status
# Debian based distros
just build-deb
sudo just install-deb
# RPM based distros
just build-rpm
sudo just install-rpm
# For other distros:
just build-release
# Global install (root)
sudo just install
# or local install (user)
just install-localContributions are welcome
To build and install the debug build
just build-debug && sudo just debug=1 install- gicmo for their GNOME Shell system monitor extension, the inspiration for this applet
- edfloreshz for the template for COSMIC applets, which taught me the logic behind an applet

