packages feed

mute-unmute-0.1.1: mute-unmute.cabal

Name:                mute-unmute
Version:             0.1.1
Synopsis:            Watches your screensaver and (un)mutes music when you (un)lock the screen.
Description:         This simple program will watch for the activation of screensaver (in Gnome) via it's DBus API. It's quite straitforward and extending it for KDE etc. should be simple. It also depends on ALSA (usage of alsactl command), but this should also be simple to fix if needed. It could also serve as a base for more complex programs that use DBus.
License:             GPL-3
License-file:        LICENSE
Author:              Krzysztof Skrzętnicki
Maintainer:          gtener@gmail.com
Category:            System
Build-type:          Simple
Cabal-version:       >=1.6
Executable mute-unmute
  Main-is:             mute-unmute.hs
  Build-depends:       base >= 4 && < 5,
                       process == 1.0.1.*,
                       monads-fd == 0.1.0.*,
                       network-dbus == 0.0,
                       filepath == 1.1.0.*,
                       directory == 1.0.1.*