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/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 8 files changed, 0 insertions(+), 0 deletions(-) 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/sounds') 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