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

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:

{alsa,pulse}bar: remove reset_timeout due to (timer already started) issue
authorcopycat-killer <dada@archlinux.info>
Wed, 25 Jan 2017 18:38:05 +0000 (19:38 +0100)
committercopycat-killer <dada@archlinux.info>
Wed, 25 Jan 2017 18:38:05 +0000 (19:38 +0100)
widgets/alsabar.lua
widgets/pulsebar.lua

index 90c60b4e254abda5dd029f35cae1b10df4f0d2aa..628e8386fd527ccec7729cd9d08943116a7ddac4 100644 (file)
@@ -126,7 +126,6 @@ local function worker(args)
                 }
             else
                 naughty.replace_text(alsabar.notification, preset.title, preset.text)
-                naughty.reset_timeout(alsabar.notification, preset.timeout)
             end
         end)
     end
index 5453b1f1b7ed203636ecfe72f20a27399c0a437d..c75ad4a4901a9e99c447e6836938d6662a07f357 100644 (file)
@@ -136,7 +136,6 @@ local function worker(args)
                 }
             else
                 naughty.replace_text(pulsebar.notification, preset.title, preset.text)
-                naughty.reset_timeout(pulsebar.notification, preset.timeout)
             end
         end)
     end