summaryrefslogtreecommitdiff
path: root/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md
diff options
context:
space:
mode:
authorAlexanderCurl <alexc@alexc.hu>2026-04-18 17:46:06 +0100
committerAlexanderCurl <alexc@alexc.hu>2026-04-18 17:46:06 +0100
commit70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch)
treeab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md
parent5d94c0a7d44a2255b81815a52a7056a94a39842d (diff)
downloadRaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz
RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md')
-rw-r--r--raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md47
1 files changed, 0 insertions, 47 deletions
diff --git a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md b/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md
deleted file mode 100644
index 1bc47a1..0000000
--- a/raveos-theme/hyprland/theme-data/DankMaterialShell/quickshell/assets/sounds/plasma/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# Dream Sounds: Harmony 2
-
-## Sound theme for KDE Plasma 6
-
-- Instrumental and skeuomorphic sounds;
-- Designed for [KDE Plasma 6](https://kde.org/plasma-desktop/);
-- Follows [freedesktop's sound naming spec](https://specifications.freedesktop.org/sound-naming-spec/sound-naming-spec-latest.html);
-- Made with [LMMS](https://lmms.io/) and [Tenacity](https://tenacityaudio.org/).
-
-## Installation
-
-### Pling/KDE Store
-
-Get the theme from [here](https://www.pling.com/p/2134858/).
-
-### Arch User Repository
-
-I maintain an AUR package called `harmony2`. Get it from [here](https://aur.archlinux.org/packages/harmony2) or with your preferred AUR helper (e.g.: `yay -S harmony2`).
-
-### This repo
-
-1. Download a package from the releases or clone the repository;
-2. Copy the `stereo` folder and the `index.theme` file in `/usr/share/sounds/harmony2` or `~/.local/share/sounds/harmony2`;
-3. Set the theme in your System Settings under the "Sound theme" section.
-
-## Exporting
-
-**Note**: in order to use most of these sounds in the LMMS project, you need the OmegaGMGS2 soundfont by Rick Simon. Download it in your LMMS working directory, under `samples/soundfonts`.
-
-To export all the sounds from LMMS:
-
-1. Make sure the various tracks (each corresponding to one sound) you want to export are enabled (their green light on the left must be on);
-2. Go to File > Export Tracks... and choose a directory to export the sounds in;
-3. In the encoding settings choose "Compressed OGG-File (*.ogg)" as the file format, 48000 Hz as the samplerate and 320 KBit/s as the bitrate in order to match the official sounds;
-4. Click "Start" and wait for the process to finish.
-
-One annoying thing is that LMMS always exports the tracks with a number prefix in front of every file name. To solve this I found a simple Bash routine to rename all the files and get rid of the prefix:
-
-```bash
-for fp in ./*_*; do
- mv "$fp" "${fp#*_}"
-done
-```
-
----
-
-🄯 2024 - 2025 Gianmarco Gargiulo - CC BY-SA 4.0 International (check the LICENSE file)