Junker / mictray

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:Vala 95.1%Language:Meson 4.9%