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

alsabar: fixed 'ticks' boolean issue; wiki updated
authorluke bonham <dadasignificanulla@gmail.com>
Tue, 14 Jan 2014 09:09:57 +0000 (10:09 +0100)
committerluke bonham <dadasignificanulla@gmail.com>
Tue, 14 Jan 2014 09:09:57 +0000 (10:09 +0100)
widgets/alsabar.lua
wiki

index 90d3a0d8cc45d98ba16980ad12a125744f62a2b1..365ac2d20ce71bcad3a6c4062169eb22fca1fc76 100644 (file)
@@ -95,7 +95,7 @@ local function worker(args)
     local settings = args.settings or function() end
     local width = args.width or 63
     local height = args.heigth or 1
-    local ticks = args.ticks or true
+    local ticks = args.ticks or false
     local ticks_size = args.ticks_size or 7
     local vertical = args.vertical or false
 
@@ -113,8 +113,7 @@ local function worker(args)
     alsabar.bar:set_height(height)
     alsabar.bar:set_ticks(ticks)
     alsabar.bar:set_ticks_size(ticks_size)
-
-    if vertical then alsabar.bar:set_vertical(true) end
+    alsabar.bar:set_vertical(vertical)
 
     function alsabar.update()
         -- Get mixer control contents
diff --git a/wiki b/wiki
index 780ce12033c8aa90c5060280cfbdfd6fddc7584f..41d28b93ebbeb7e51584032e88c748426ea6cd82 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 780ce12033c8aa90c5060280cfbdfd6fddc7584f
+Subproject commit 41d28b93ebbeb7e51584032e88c748426ea6cd82