pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer
GNU General Public License v3.0
138 stars 15 forks source link

refactor: move file and folder paths to constants #13

Closed rautesamtr closed 5 years ago

rautesamtr commented 5 years ago

This commit moves file and folder constants to its own file and also fixes not using the correct paths which where already changed in the bash script.

This also renames presetdir1 and presetdir2 to USER_PRESET_DIR and SYSTEM_PRESET_DIR for better clarity.

System presets now correctly uses pkgdatadir while the config folder is now correctly set to XDG_CONFIG_HOME if available.