Privacy indicator for the COSMIC Desktop.
This applet detects Microphone and Camera usage, as well as Screen Sharing/Recording.
PipeWire is required for this applet to work.
You can just grab the .deb, .rpm or tarball from the releases page
Clone the repository:
git clone https://github.com/D-Brox/cosmic-ext-applet-privacy-indicator cosmic-ext-applet-privacy-indicator
cd cosmic-ext-applet-privacy-indicatorInstall the build dependencies (or equivalent packages in non debian-based distros):
- libxkbcommon-dev
- libpipewire-0.3-dev
Build and install the project:
just build-release
sudo just installFor alternative packaging methods, use the one of the following recipes:
deb: runjust build-debandsudo just install-debrpm: runjust build-rpmandsudo just install-rpm
For vendoring, use just vendor and just vendor-build
A justfile is included with common recipes used by other COSMIC projects:
just build-debugcompiles with debug profilejust runbuilds and runs the applicationjust checkruns clippy on the project to check for linter warningsjust check-jsoncan be used by IDEs that support LSP
Code is distributed with the GPL-3.0-only license
