config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

chime (254B)


      1 #!/bin/sh
      2 
      3 readonly TIME="$(date '+%H:%M %Z')"
      4 
      5 paplay /usr/share/sounds/woodenbeaver/stereo/device-added.ogg
      6 
      7 notify-send --expire-time 20000 --urgency low "${TIME}" "🔔👀"
      8 
      9 sleep 20s
     10 
     11 paplay /usr/share/sounds/woodenbeaver/stereo/device-removed.ogg