dunst sounds
low battery and critical battery sounds added
This commit is contained in:
parent
1df9335ae7
commit
10f3344df9
@ -495,4 +495,16 @@
|
||||
urgency = normal
|
||||
script = ~/.config/dunst/play-pomodoro.sh
|
||||
|
||||
[low-battery]
|
||||
appname = "poweralertd"
|
||||
# summary = "Timer *"
|
||||
category = "power.low"
|
||||
script = ~/.config/dunst/play-low-battery-sound.sh
|
||||
|
||||
[critical-battery]
|
||||
appname = "poweralertd"
|
||||
# summary = "Timer *"
|
||||
category = "power.critical"
|
||||
script = ~/.config/dunst/play-low-battery-sound.sh
|
||||
|
||||
# vim: ft=cfg
|
||||
|
1
.config/dunst/play-low-battery-sound.sh
Executable file
1
.config/dunst/play-low-battery-sound.sh
Executable file
@ -0,0 +1 @@
|
||||
paplay ~/.config/dunst/sounds/low-battery.mp3
|
BIN
.config/dunst/sounds/low-battery.mp3
Normal file
BIN
.config/dunst/sounds/low-battery.mp3
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user