/mictray

MicTray is a Lightweight system tray application which lets you control the microphone state and volume

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Build Status

MicTray

MicTray is a Lightweight application which lets you control the microphone state and volume from system tray

Requirements

  • PulseAudio
  • Gtk

Control

  • Left-Button click - mute/unmute
  • Middle-Button click - mixer
  • Srcoll - Volume up/down

Build & Install

meson build --prefix=/usr
cd build
ninja
sudo ninja install

Install from Arch Linux & Manjaro

yaourt -S mictray

Install from Ubuntu

add-apt-repository ppa:mictray/mictray
apt-get update
apt-get install mictray

DBUS

Path: /app/junker/mictray
Interface: app.junker.mictray

DBUS methods

  • ToggleMute
  • Mute
  • Unmute
  • IncreaseVolume
  • DecreaseVolume

DBUS usage example

dbus-send --dest=app.junker.mictray --print-reply /app/junker/mictray app.junker.mictray.ToggleMute