dotfiles

Personal dotfiles.
Log | Files | Refs | LICENSE

alert (163B)


      1 #!/bin/sh
      2 play /usr/share/sounds/freedesktop/stereo/message.oga -q &
      3 ( echo $1; sleep 5 ) | dzen2 -fg "#56ffff" -bg "#000" -fn "scientifica:size=8" -ta c -y "0" &