diff options
Diffstat (limited to '.local/sbin')
-rwxr-xr-x | .local/sbin/chtz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/sbin/chtz b/.local/sbin/chtz index 413bf40..28fff0f 100755 --- a/.local/sbin/chtz +++ b/.local/sbin/chtz @@ -4,5 +4,5 @@ set -e choice="`timedatectl list-timezones | grep './.' | osel`" \ && sudo timedatectl set-timezone "$choice" \ - && notify-send -a "${0##*/}" -u normal 'Timezone changed' \ + && notify-send -a "${0##*/}" 'Timezone changed' \ "The system timezone was changed to ‘$choice’." |