dunst sounds
low battery and critical battery sounds added
This commit is contained in:
parent
4fb48e556c
commit
820efe862a
@ -495,4 +495,16 @@
|
|||||||
urgency = normal
|
urgency = normal
|
||||||
script = ~/.config/dunst/play-pomodoro.sh
|
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
|
# 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