From 833b6ac292e77828fcbeb171073ae13e0ebe84ad Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 29 Sep 2023 15:02:46 -0300 Subject: etc/guix/home.scm: Remove {subtitle} from tg notify-send(1) command --- etc/guix/home.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4059b5f..5b180f1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -446,7 +446,7 @@ libraries/software/operating systems (("API_HASH = .*") "API_HASH = os.getenv(\"TG_API_HASH\")\n") (("NOTIFY_CMD = .*") - "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{subtitle}|{msg}'\"\n") + "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{msg}'\"\n") (("LONG_MSG_CMD = .*") "LONG_MSG_CMD = \"vi {file_path}\"\n"))))))) (native-inputs -- cgit v1.2.3