]> 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:

pulsebar: fixed typos
authorcopycat-killer <dada@archlinux.info>
Sat, 7 Jan 2017 15:49:48 +0000 (16:49 +0100)
committercopycat-killer <dada@archlinux.info>
Sat, 7 Jan 2017 15:49:48 +0000 (16:49 +0100)
widgets/pulsebar.lua

index 6818a5cd6a9924ae924938b40895d8660c562a9c..bacd96943a4fcb26537f17e3b4dca3623f7f37eb 100644 (file)
@@ -24,7 +24,7 @@ local tonumber     = tonumber
 
 local setmetatable = setmetatable
 
--- ALSA volume bar
+-- Pulseaudio volume bar
 -- lain.widgets.pulsebar
 local pulsebar = {
     sink = 0,
@@ -55,8 +55,8 @@ function pulsebar.notify()
         title   = "",
         text    = "",
         timeout = 5,
-        font    = string.format("%s %s", alsabar.notifications.font,
-                  alsabar.notifications.font_size),
+        font    = string.format("%s %s", pulsebar.notifications.font,
+                  pulsebar.notifications.font_size),
         fg      = pulsebar.notifications.color
     }