aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5')
-rw-r--r--src-qt5/core/lumina-desktop/audiofiles/LICENCE8
-rw-r--r--src-qt5/core/lumina-desktop/audiofiles/low-battery.oggbin0 -> 49748 bytes
-rw-r--r--src-qt5/core/lumina-desktop/lumina-desktop.pro3
3 files changed, 9 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-desktop/audiofiles/LICENCE b/src-qt5/core/lumina-desktop/audiofiles/LICENCE
index 898894f6..aa601d5e 100644
--- a/src-qt5/core/lumina-desktop/audiofiles/LICENCE
+++ b/src-qt5/core/lumina-desktop/audiofiles/LICENCE
@@ -1 +1,7 @@
-These audio files are BSD-licensed and were created/owned by the TrueOS Project
+These audio files are BSD-licensed and were created/owned by the TrueOS Project:
+ - Login.ogg
+ - Logout.ogg
+
+These audio files are freely available on jewelbeat.com:
+"Music by JewelBeat. Download your free music and free sound effects at www.jewelbeat.com."
+ - low-battery.ogg (http://www.jewelbeat.com/free/free-sound-effects/musical%20effects/Tympani_2.mp3 - converted to OGG afterward)
diff --git a/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg b/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg
new file mode 100644
index 00000000..d129a2b3
--- /dev/null
+++ b/src-qt5/core/lumina-desktop/audiofiles/low-battery.ogg
Binary files differ
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}
bgstack15