diff options
author | Ken Moore <ken@ixsystems.com> | 2016-10-18 14:53:20 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2016-10-18 14:53:20 -0400 |
commit | 1ce69df5407f1552e3d78a67fbf0de39b8d3ea75 (patch) | |
tree | ebc887efaf847c86d13a3cdfaaee219e7efcd4d8 /src-qt5/core/lumina-desktop/lumina-desktop.pro | |
parent | Adjust the icon for the battery notifications a bit. (diff) | |
download | lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.tar.gz lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.tar.bz2 lumina-1ce69df5407f1552e3d78a67fbf0de39b8d3ea75.zip |
Add a new audio file for a low-battery notification.
Update the pkg-plist and license files for the sounds as needed.
Diffstat (limited to 'src-qt5/core/lumina-desktop/lumina-desktop.pro')
-rw-r--r-- | src-qt5/core/lumina-desktop/lumina-desktop.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-desktop/lumina-desktop.pro b/src-qt5/core/lumina-desktop/lumina-desktop.pro index bc1599c7..814725cc 100644 --- a/src-qt5/core/lumina-desktop/lumina-desktop.pro +++ b/src-qt5/core/lumina-desktop/lumina-desktop.pro @@ -84,7 +84,8 @@ wallpapers.path = $${L_SHAREDIR}/wallpapers/Lumina-DE defaults.files = defaults/luminaDesktop.conf \ defaults/compton.conf \ audiofiles/Logout.ogg \ - audiofiles/Login.ogg + audiofiles/Login.ogg \ + audiofiles/low-battery.ogg defaults.path = $${L_SHAREDIR}/lumina-desktop/ conf.path = $${L_ETCDIR} |