From bec6f5d42193fc9a98584f20d10ae1e238fafa44 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sun, 15 Oct 2023 00:20:21 +0200 Subject: [PATCH] chore(wired-notify): update test script --- users/myuser/graphical/test_notifications.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/myuser/graphical/test_notifications.sh b/users/myuser/graphical/test_notifications.sh index 6aea9e3..0a09108 100755 --- a/users/myuser/graphical/test_notifications.sh +++ b/users/myuser/graphical/test_notifications.sh @@ -11,7 +11,7 @@ app_discord=( "--icon=/run/current-system/etc/profiles/per-user/$USER/share/pixmaps/discord.png" ) -image_1=("--hint=string:image-path:$HOME/Downloads/wallpaper.png") +image_1=("--hint=string:image-path:$HOME/Downloads/img.jpg") urgency_low=("--urgency=low") urgency_normal=("--urgency=normal")