summaryrefslogtreecommitdiff
path: root/.local/sbin/chtz
blob: 573cd9dfe88f427913d9d9bbb4d2362f9c721ee8 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/local/bin/andy

set -e NOTIFY_LONG  timezone
set -e NOTIFY_SHORT `basename $args[0]

set choice `timedatectl list-timezones | grep ./. | osel
sudo timedatectl set-timezone $choice
&& notify 'Timezone Changed' "The system timezone was changed to ‘$choice’"