feat: add hyprland sound system with event-triggered audio feedback;

feat: implement new hyprland plugins (hyprfocus, hyprbars, dynamic-cursors);
refactor: reorganize hyprland autostart with delay staging and plugin configuration;
feat: add notification urgency-based sound system to swaync;
feat: enhance waybar with battery module, mpd controls, and dock bar;
refactor: update waybar taskbar with active window indicators and sorting;
feat: add hyprland shutdown sound and login audio greeting;
fix: adjust cava sleep timer and mpd sticker database configuration;
feat: update rmpc keybindings for improved playlist management;
fix: modify rofi keybindings for better navigation;
chore: add zsh aliases and misspell corrections;
refactor: update styling across swaync, waybar, and hyprland with new border radii and accent colors.
This commit is contained in:
2025-12-29 20:47:57 +03:00
parent b453f9efd7
commit f30e7d0085
36 changed files with 387 additions and 129 deletions

View File

@@ -27,15 +27,27 @@
"keyboard-shortcuts": true,
"notification-grouping": false,
"image-visibility": "when-available",
"show-per-app-icon": true,
"transition-time": 100,
"hide-on-clear": false,
"hide-on-action": true,
"text-empty": "No nothing",
"text-empty": "No disturbances",
"script-fail-notify": true,
"scripts": {
"notification-sound": {
"exec": "sh $HOME/.config/swaync/scripts/sound.sh",
"app-name": "^(?!.*AyuGram).*$"
"notification-sound-low": {
"exec": "sh $HOME/.config/swaync/scripts/sound.sh low",
"app-name": "^(?!.*AyuGram).*$",
"urgency": "Low"
},
"notification-sound-normal": {
"exec": "sh $HOME/.config/swaync/scripts/sound.sh normal",
"app-name": "^(?!.*AyuGram).*$",
"urgency": "Normal"
},
"notification-sound-critical": {
"exec": "sh $HOME/.config/swaync/scripts/sound.sh critical",
"app-name": "^(?!.*AyuGram).*$",
"urgency": "Critical"
}
},
"notification-visibility": {
@@ -48,8 +60,6 @@
"widgets": [
"menubar",
"buttons-grid",
"volume",
"slider#brightness",
"inhibitors",
"title",
"notifications",