blob: 2033ab2477552a5017f665cf2851c142c1f6596a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/local/bin/andy
set -e NOTIFY_LONG timezone
set -e NOTIFY_SHORT chtz
set choice `timedatectl list-timezones | grep ./. | osel
sudo timedatectl set-timezone $choice
&& notify 'Timezone Changed' "The system timezone was changed to ‘$choice’"
|