From 4d4fa986d7ada824ef91ae9074ab4e7cf84bb754 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 5 Nov 2023 15:20:37 +0100 Subject: chtz: Make use of ‘notify’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/sbin/chtz | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.local/sbin') diff --git a/.local/sbin/chtz b/.local/sbin/chtz index c32573a..f6a6444 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##*/}" 'Timezone Changed' \ - "The system timezone was changed to ‘$choice’." + && notify "${0##*/}" timezone 'Timezone Changed' \ + "The system timezone was changed to ‘$choice’" -- cgit v1.2.3