diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 03:10:50 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 03:10:50 -0600 |
| commit | 0e73ece20fff75c50a09bda41b82ecfa1655292d (patch) | |
| tree | a33a66dea1defaa2ba39098af3d4066c23a54d48 /dotfiles/common/.local/share | |
| parent | bd1551bbb8883da692645b26b1577c4f45e38689 (diff) | |
feat(dotfiles): add notify notification system
Script with type-specific icons and sounds for success, fail, alert,
question, alarm, info, security, and bug notifications.
Diffstat (limited to 'dotfiles/common/.local/share')
16 files changed, 0 insertions, 0 deletions
diff --git a/dotfiles/common/.local/share/icons/notify/alarm.png b/dotfiles/common/.local/share/icons/notify/alarm.png Binary files differnew file mode 100644 index 0000000..23e1374 --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/alarm.png diff --git a/dotfiles/common/.local/share/icons/notify/alert.png b/dotfiles/common/.local/share/icons/notify/alert.png Binary files differnew file mode 100644 index 0000000..7c9fda9 --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/alert.png diff --git a/dotfiles/common/.local/share/icons/notify/bug.png b/dotfiles/common/.local/share/icons/notify/bug.png Binary files differnew file mode 100644 index 0000000..9ea84cf --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/bug.png diff --git a/dotfiles/common/.local/share/icons/notify/fail.png b/dotfiles/common/.local/share/icons/notify/fail.png Binary files differnew file mode 100644 index 0000000..ea0fbbe --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/fail.png diff --git a/dotfiles/common/.local/share/icons/notify/info.png b/dotfiles/common/.local/share/icons/notify/info.png Binary files differnew file mode 100644 index 0000000..e2acdb4 --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/info.png diff --git a/dotfiles/common/.local/share/icons/notify/question.png b/dotfiles/common/.local/share/icons/notify/question.png Binary files differnew file mode 100644 index 0000000..fd1a4ad --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/question.png diff --git a/dotfiles/common/.local/share/icons/notify/security.png b/dotfiles/common/.local/share/icons/notify/security.png Binary files differnew file mode 100644 index 0000000..a48799c --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/security.png diff --git a/dotfiles/common/.local/share/icons/notify/success.png b/dotfiles/common/.local/share/icons/notify/success.png Binary files differnew file mode 100644 index 0000000..892ef3c --- /dev/null +++ b/dotfiles/common/.local/share/icons/notify/success.png diff --git a/dotfiles/common/.local/share/sounds/notify/alarm.ogg b/dotfiles/common/.local/share/sounds/notify/alarm.ogg Binary files differnew file mode 100644 index 0000000..b4dff15 --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/alarm.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/alert.ogg b/dotfiles/common/.local/share/sounds/notify/alert.ogg Binary files differnew file mode 100644 index 0000000..217f33a --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/alert.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/bug.ogg b/dotfiles/common/.local/share/sounds/notify/bug.ogg Binary files differnew file mode 100644 index 0000000..6842082 --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/bug.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/fail.ogg b/dotfiles/common/.local/share/sounds/notify/fail.ogg Binary files differnew file mode 100644 index 0000000..916d88a --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/fail.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/info.ogg b/dotfiles/common/.local/share/sounds/notify/info.ogg Binary files differnew file mode 100644 index 0000000..57900b4 --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/info.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/question.ogg b/dotfiles/common/.local/share/sounds/notify/question.ogg Binary files differnew file mode 100644 index 0000000..8e44c55 --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/question.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/security.ogg b/dotfiles/common/.local/share/sounds/notify/security.ogg Binary files differnew file mode 100644 index 0000000..301287e --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/security.ogg diff --git a/dotfiles/common/.local/share/sounds/notify/success.ogg b/dotfiles/common/.local/share/sounds/notify/success.ogg Binary files differnew file mode 100644 index 0000000..c28da65 --- /dev/null +++ b/dotfiles/common/.local/share/sounds/notify/success.ogg |
