summaryrefslogtreecommitdiff
path: root/.config/scripts/time.sh
blob: 946b95969f2331414df97fb0e27afd87d4d84bcd (plain)
1
2
3
4
5
6
#!/bin/bash

date=$(date +"%A %B %d")
time=$(date +"%I:%M %p")

notify-send "$time" "$date"