Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- command=`cat <<EOF
- local naughty = require("naughty")
- naughty.notify({ timeout = 0.5, position = "bottom_right",
- icon = "/usr/share/icons/moblin/48x48/actions/media-playback-stop.png",
- title = "\n", text = "mocp"})
- EOF
- `
- echo "${command}" | awesome-client
- exit 0
Add Comment
Please, Sign In to add comment