constantin-net

OnStop.sh_4

Feb 17th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. #!/bin/bash
  2. command=`cat <<EOF
  3. local naughty = require("naughty")
  4. naughty.notify({ timeout = 0.5, position = "bottom_right",
  5.  icon = "/usr/share/icons/moblin/48x48/actions/media-playback-stop.png",
  6.  title = "\n", text = "mocp"})
  7. EOF
  8. `
  9. echo "${command}" | awesome-client
  10. exit 0
Add Comment
Please, Sign In to add comment