From 3cf95e8ea2baa48babc2253386bc09f60e0ae322 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 15 Sep 2023 01:31:05 +0300 Subject: meta: Don’t pass ‘-u normal’ to ‘notify-send’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/sbin/chtz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/sbin') 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’." -- cgit v1.2.3