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

widget.contrib.task: use shell for spawn_cmd, set title to static 'task next'
authorLuke Bonham <dada@archlinux.info>
Sat, 15 Jul 2017 12:35:45 +0000 (14:35 +0200)
committerLuke Bonham <dada@archlinux.info>
Sat, 15 Jul 2017 12:35:45 +0000 (14:35 +0200)
widget/contrib/task.lua
wiki

index ba795538647f1b711e32056e5e0fd88cc5e6383a..69d9fd09d2a497c172c86c43fefebaa1243a1f8e 100644 (file)
@@ -31,10 +31,10 @@ function task.show(scr)
         task.notification_preset.screen = scr
     end
 
-    helpers.async(task.show_cmd, function(f)
+    helpers.async({ awful.util.shell, "-c", task.show_cmd }, function(f)
         task.notification = naughty.notify({
             preset = task.notification_preset,
-            title  = task.show_cmd,
+            title  = "task next",
             text   = markup.font(task.notification_preset.font,
                      awful.util.escape(f:gsub("\n*$", "")))
         })
@@ -49,9 +49,9 @@ function task.prompt()
             helpers.async(t, function(f)
                 naughty.notify {
                     preset = task.notification_preset,
-                    title    = t,
-                    text     = markup.font(task.notification_preset.font,
-                               awful.util.escape(f:gsub("\n*$", "")))
+                    title  = t,
+                    text   = markup.font(task.notification_preset.font,
+                             awful.util.escape(f:gsub("\n*$", "")))
                 }
             end)
         end,
diff --git a/wiki b/wiki
index 15bc8513bed9cad33cc1d38e4d49a1f4f6008be0..d25b127c9e534582a399a670b972afa1ff72af37 160000 (submodule)
--- a/wiki
+++ b/wiki
@@ -1 +1 @@
-Subproject commit 15bc8513bed9cad33cc1d38e4d49a1f4f6008be0
+Subproject commit d25b127c9e534582a399a670b972afa1ff72af37