Created
August 30, 2013 11:28
-
-
Save JNRowe/6388942 to your computer and use it in GitHub Desktop.
awesomewm config snippet for Matt.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notify = | |
debug: (text, title, timeout=10 using nil) -> | |
if settings.debug and text | |
mytitle = "Debug" | |
if title | |
mytitle = "#{mytitle}: #{title}" | |
_notify_partial(title: mytitle, :text, :timeout), | |
start: (text) -> | |
_notify_partial(:text, icon: "actions/system-run"), | |
stop: (text) -> | |
_notify_partial(:text, icon: "actions/exit") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i can't find repo u hv mentioned above, are u gonna to publish it again?
or mb u hv some links to read about setting up awesome wm with moonscipt? (i tried to google that but with no success)