elementary / wingpanel-indicator-privacy

Wingpanel Privacy Indicator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • libbamf3-dev
  • libgee-0.8-dev
  • libgranite-dev
  • libgtk-3-dev
  • libgtop2-dev
  • libwingpanel-dev
  • meson
  • valac

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

About

Wingpanel Privacy Indicator

License:Other


Languages

Language:Vala 97.8%Language:Meson 2.2%