From 0e73ece20fff75c50a09bda41b82ecfa1655292d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 2 Feb 2026 03:10:50 -0600 Subject: feat(dotfiles): add notify notification system Script with type-specific icons and sounds for success, fail, alert, question, alarm, info, security, and bug notifications. --- dotfiles/common/.local/share/icons/notify/alarm.png | Bin 0 -> 55664 bytes dotfiles/common/.local/share/icons/notify/alert.png | Bin 0 -> 66016 bytes dotfiles/common/.local/share/icons/notify/bug.png | Bin 0 -> 60772 bytes dotfiles/common/.local/share/icons/notify/fail.png | Bin 0 -> 77513 bytes dotfiles/common/.local/share/icons/notify/info.png | Bin 0 -> 66060 bytes dotfiles/common/.local/share/icons/notify/question.png | Bin 0 -> 75683 bytes dotfiles/common/.local/share/icons/notify/security.png | Bin 0 -> 64253 bytes dotfiles/common/.local/share/icons/notify/success.png | Bin 0 -> 75824 bytes dotfiles/common/.local/share/sounds/notify/alarm.ogg | Bin 0 -> 45775 bytes dotfiles/common/.local/share/sounds/notify/alert.ogg | Bin 0 -> 41684 bytes dotfiles/common/.local/share/sounds/notify/bug.ogg | Bin 0 -> 10187 bytes dotfiles/common/.local/share/sounds/notify/fail.ogg | Bin 0 -> 74886 bytes dotfiles/common/.local/share/sounds/notify/info.ogg | Bin 0 -> 31466 bytes dotfiles/common/.local/share/sounds/notify/question.ogg | Bin 0 -> 49846 bytes dotfiles/common/.local/share/sounds/notify/security.ogg | Bin 0 -> 19910 bytes dotfiles/common/.local/share/sounds/notify/success.ogg | Bin 0 -> 39244 bytes 16 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 dotfiles/common/.local/share/icons/notify/alarm.png create mode 100644 dotfiles/common/.local/share/icons/notify/alert.png create mode 100644 dotfiles/common/.local/share/icons/notify/bug.png create mode 100644 dotfiles/common/.local/share/icons/notify/fail.png create mode 100644 dotfiles/common/.local/share/icons/notify/info.png create mode 100644 dotfiles/common/.local/share/icons/notify/question.png create mode 100644 dotfiles/common/.local/share/icons/notify/security.png create mode 100644 dotfiles/common/.local/share/icons/notify/success.png create mode 100644 dotfiles/common/.local/share/sounds/notify/alarm.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/alert.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/bug.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/fail.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/info.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/question.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/security.ogg create mode 100644 dotfiles/common/.local/share/sounds/notify/success.ogg (limited to 'dotfiles/common/.local/share') diff --git a/dotfiles/common/.local/share/icons/notify/alarm.png b/dotfiles/common/.local/share/icons/notify/alarm.png new file mode 100644 index 0000000..23e1374 Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/alarm.png differ diff --git a/dotfiles/common/.local/share/icons/notify/alert.png b/dotfiles/common/.local/share/icons/notify/alert.png new file mode 100644 index 0000000..7c9fda9 Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/alert.png differ diff --git a/dotfiles/common/.local/share/icons/notify/bug.png b/dotfiles/common/.local/share/icons/notify/bug.png new file mode 100644 index 0000000..9ea84cf Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/bug.png differ diff --git a/dotfiles/common/.local/share/icons/notify/fail.png b/dotfiles/common/.local/share/icons/notify/fail.png new file mode 100644 index 0000000..ea0fbbe Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/fail.png differ diff --git a/dotfiles/common/.local/share/icons/notify/info.png b/dotfiles/common/.local/share/icons/notify/info.png new file mode 100644 index 0000000..e2acdb4 Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/info.png differ diff --git a/dotfiles/common/.local/share/icons/notify/question.png b/dotfiles/common/.local/share/icons/notify/question.png new file mode 100644 index 0000000..fd1a4ad Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/question.png differ diff --git a/dotfiles/common/.local/share/icons/notify/security.png b/dotfiles/common/.local/share/icons/notify/security.png new file mode 100644 index 0000000..a48799c Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/security.png differ diff --git a/dotfiles/common/.local/share/icons/notify/success.png b/dotfiles/common/.local/share/icons/notify/success.png new file mode 100644 index 0000000..892ef3c Binary files /dev/null and b/dotfiles/common/.local/share/icons/notify/success.png differ diff --git a/dotfiles/common/.local/share/sounds/notify/alarm.ogg b/dotfiles/common/.local/share/sounds/notify/alarm.ogg new file mode 100644 index 0000000..b4dff15 Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/alarm.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/alert.ogg b/dotfiles/common/.local/share/sounds/notify/alert.ogg new file mode 100644 index 0000000..217f33a Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/alert.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/bug.ogg b/dotfiles/common/.local/share/sounds/notify/bug.ogg new file mode 100644 index 0000000..6842082 Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/bug.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/fail.ogg b/dotfiles/common/.local/share/sounds/notify/fail.ogg new file mode 100644 index 0000000..916d88a Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/fail.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/info.ogg b/dotfiles/common/.local/share/sounds/notify/info.ogg new file mode 100644 index 0000000..57900b4 Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/info.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/question.ogg b/dotfiles/common/.local/share/sounds/notify/question.ogg new file mode 100644 index 0000000..8e44c55 Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/question.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/security.ogg b/dotfiles/common/.local/share/sounds/notify/security.ogg new file mode 100644 index 0000000..301287e Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/security.ogg differ diff --git a/dotfiles/common/.local/share/sounds/notify/success.ogg b/dotfiles/common/.local/share/sounds/notify/success.ogg new file mode 100644 index 0000000..c28da65 Binary files /dev/null and b/dotfiles/common/.local/share/sounds/notify/success.ogg differ -- cgit v1.2.3