Skip to content

Tool for monitoring system sound volume and showing changes to user.

Notifications You must be signed in to change notification settings

ValeriyKr/VLook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLook

Tool for monitoring system sound volume and showing changes to user, created by Valeriy Kireev (https://github.com/ValeriyKr).

Description

VLook is program for system sound volume monitoring. It works like a daemon and shows information window when volume changes.

Now it watching for Master channel of default soundcard. Later it will be changed. VLook works with ALSA subsystem (i.e, program is Linux-only). It will be changed too.

Building

$ git clone https://github.com/ValeriyKr/VLook.git
$ cd ./VLook
$ mkdir ./build; cd ./build
$ qmake ..
$ make

After that, you will be able to use VLook binary.

Bugs

Window displays are not always. For example, it can't displays above mplayer in full-screen mode. Perhaps, Qt::WindowStaysOnTopHint is the reason for that behavior.

About

Tool for monitoring system sound volume and showing changes to user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published