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:
@@ -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
|
||||
|
Reference in New Issue
Block a user