test-notif: changed debian-logo to steam, as I don't have a debian logo

This commit is contained in:
LemmyCook
2025-09-20 16:40:36 -04:00
parent 20949a0298
commit 10534b46f9
+1 -1
View File
@@ -18,7 +18,7 @@ if command -v notify-send >/dev/null 2>&1; then
notify-send -i dialog-information "Icon name test" "Should resolve from theme (dialog-information)"
# 2) Absolute path if a sample image exists
SAMPLE_IMG="/usr/share/pixmaps/debian-logo.png"
SAMPLE_IMG="/usr/share/pixmaps/steam.png"
if [ -f "$SAMPLE_IMG" ]; then
notify-send -i "$SAMPLE_IMG" "Absolute path test" "Should show the provided image path"
fi