Switch from Dunst to Deadd Notifications

- Add Deadd Notification Center config & colors to README
- Add Deadd control script
- Exclude picom rounded corners for Deadd Notification
  Center since they are handled by the deadd config
- Replace dunst with deadd in startup script
- Pause/unpause deadd notifications in game launch/exit scripts
- Update control center script to use deadd
This commit is contained in:
Sravan Balaji
2021-06-16 17:26:42 -04:00
parent e4ff08d98c
commit e35ea7a9ab
10 changed files with 807 additions and 31 deletions

View File

@@ -12,7 +12,7 @@ help_menu() {
rofi_menu() {
declare -a options=(
" Compositor - picom"
" Notifications - dunst"
" Notifications - deadd"
" Media - playerctl"
"墳Volume - pactl"
" Hardware - system76-power"
@@ -40,8 +40,8 @@ main() {
--picom)
/home/sravan/.scripts/picom.sh --rofi
;;
--dunst)
/home/sravan/.scripts/dunst.sh --rofi
--deadd)
/home/sravan/.scripts/deadd.sh --rofi
;;
--playerctl)
/home/sravan/.scripts/playerctl.sh --rofi