organise the image scripts and add month to datetime script

This commit is contained in:
Jonathan Hodgson 2019-05-20 15:54:45 +01:00
parent 3621801d3f
commit b2738e45c2
5 changed files with 1 additions and 290 deletions

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
notify-send "$(date '+%T')" "$(date '+%A %d %Y')"
notify-send "$(date '+%T')" "$(date '+%A %d %B %Y')"