From 41aebc819982b48655bea0b299fa95ae9006e6d9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 9 Jun 2024 17:35:59 +0200 Subject: Set notify urgency to low --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index a4deda0..2669545 100644 --- a/src/main.c +++ b/src/main.c @@ -511,7 +511,7 @@ static void torrent_list_check_new_downloads_callback(int id, const char *name, if(is_finished) { if(id < unfinished_torrents->size && unfinished_torrents->items[id] == 1) { unfinished_torrents->items[id] = 0; - const char *notify_args[] = { "notify-send", "-u", "normal", "-a", "automedia", "-t", "3000", "--", "Download finished", name, NULL }; + const char *notify_args[] = { "notify-send", "-u", "low", "-a", "automedia", "-t", "3000", "--", "Download finished", name, NULL }; program_exec(notify_args, NULL, NULL); char item_path[PATH_MAX]; -- cgit v1.2.3