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 8 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 (limited to 'dotfiles/common/.local/share/icons') 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 -- cgit v1.2.3