Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 939 Bytes

README.md

File metadata and controls

56 lines (38 loc) · 939 Bytes

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