]> git.madduck.net Git - etc/awesome.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix muted problem. To know if the sound is mute we have to check if mute == "yes...
authorMathieu Nivoliez <mathieu.nivoliez@laposte.net>
Sun, 29 May 2016 17:37:38 +0000 (19:37 +0200)
committerMathieu Nivoliez <mathieu.nivoliez@laposte.net>
Sun, 29 May 2016 17:37:38 +0000 (19:37 +0200)
commit762ebb043e62600b997b3f989f78933650027475
tree921854be6f1a5940004d49143212f40aa4879d5e
parent6c40d0ffc7b154e12ce60a0ff52c5b84d142e805
Fix muted problem. To know if the sound is mute we have to check if mute == "yes" instead of mute == "no"
widgets/pulsebar.lua