Skip to content
/ mictray Public

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

License

Notifications You must be signed in to change notification settings

Junker/mictray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published