1 2 3 4 5 6 7 8 9
#!/bin/sh # Little notification to show time and date # Requirements: notify-send t=$(date +"%H:%M:%S") d=$(date +"%d\ %B\ %Y,\ %A") notify-send "$t" "$d"
Generated with cgit - Back to sebastiano.tronto.net