Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created September 23, 2013 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/6675131 to your computer and use it in GitHub Desktop.
Save cirrusUK/6675131 to your computer and use it in GitHub Desktop.
Simple bash script using notify-send to notify user of boot time/speed.
#!/bin/bash
BOOT=$(systemd-analyze)
notify-send -i ~/.icons/info.svg "$BOOT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment