https://github.com/d-brox/cosmic-ext-applet-gamemode-status
https://github.com/d-brox/cosmic-ext-applet-gamemode-status
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/d-brox/cosmic-ext-applet-gamemode-status
- Owner: D-Brox
- License: gpl-3.0
- Created: 2024-09-07T11:48:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T22:50:01.000Z (over 1 year ago)
- Last Synced: 2025-03-25T09:03:17.579Z (over 1 year ago)
- Language: Rust
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameMode Status Cosmic Applet
 
## Dependencies
- gamemode
- libsystemd0
- libxkbcommon-dev
Or equivalent packages in non-debian based distros.
## Install
Clone the repo and run the commands corresponding to your distro:
```sh
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-local
```
## Contributing
Contributions are welcome
To build and install the debug build
```sh
just build-debug && sudo just debug=1 install
```
## Special Thanks
- [gicmo](https://github.com/gicmo) for their [GNOME Shell system monitor extension](https://github.com/gicmo/gamemode-extension), the inspiration for this applet
- [edfloreshz](https://github.com/edfloreshz) for the [template for COSMIC applets](https://github.com/edfloreshz/cosmic-applet-template), which taught me the logic behind an applet