elementary / wingpanel-indicator-privacy

Wingpanel Privacy Indicator
Other
12 stars 7 forks source link
geoclue2 hacktoberfest pantheon wingpanel

Wingpanel Privacy Indicator

Translation status

Screenshot

The Privacy indicator watches for usage of the camera or location services and displays a tattle-taling camera and/or location icon in the panel when they are being used. For camera usage, the indicator popover lists the app(s) using the camera.

Building and Installation

You'll need the following dependencies:

Run meson to configure the build environment and then ninja to build

meson build --prefix=/usr
cd build
ninja

To install, use ninja install

ninja install