From 3cb66f98726e7a2628dc8526ce37d15dcffbefa8 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 28 Jan 2026 13:20:08 -0600 Subject: fix(dotfiles): move easyeffects presets to correct location EasyEffects stores presets in ~/.local/share/easyeffects/output/, not ~/.config/easyeffects/output/. Moved presets to correct path. --- .../output/dt770-pro-250-harman-eq.json | 199 --------------------- 1 file changed, 199 deletions(-) delete mode 100644 dotfiles/hyprland/.config/easyeffects/output/dt770-pro-250-harman-eq.json (limited to 'dotfiles/hyprland/.config/easyeffects/output/dt770-pro-250-harman-eq.json') diff --git a/dotfiles/hyprland/.config/easyeffects/output/dt770-pro-250-harman-eq.json b/dotfiles/hyprland/.config/easyeffects/output/dt770-pro-250-harman-eq.json deleted file mode 100644 index 8774a0f..0000000 --- a/dotfiles/hyprland/.config/easyeffects/output/dt770-pro-250-harman-eq.json +++ /dev/null @@ -1,199 +0,0 @@ -{ - "output": { - "blocklist": [], - "equalizer": { - "input-gain": -4.7, - "output-gain": 0.0, - "mode": "IIR", - "num-bands": 9, - "split-channels": false, - "left": { - "band0": { - "frequency": 45.0, - "gain": -4.7, - "q": 0.4, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band1": { - "frequency": 102.0, - "gain": 7.0, - "q": 5.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band2": { - "frequency": 134.0, - "gain": -3.8, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band3": { - "frequency": 217.0, - "gain": 5.5, - "q": 2.3, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band4": { - "frequency": 2400.0, - "gain": -1.4, - "q": 4.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band5": { - "frequency": 3350.0, - "gain": 5.0, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band6": { - "frequency": 5200.0, - "gain": 0.7, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band7": { - "frequency": 6200.0, - "gain": -5.6, - "q": 4.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band8": { - "frequency": 10000.0, - "gain": -6.0, - "q": 0.7, - "type": "Hi-shelf", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - } - }, - "right": { - "band0": { - "frequency": 45.0, - "gain": -4.7, - "q": 0.4, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band1": { - "frequency": 102.0, - "gain": 7.0, - "q": 5.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band2": { - "frequency": 134.0, - "gain": -3.8, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band3": { - "frequency": 217.0, - "gain": 5.5, - "q": 2.3, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band4": { - "frequency": 2400.0, - "gain": -1.4, - "q": 4.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band5": { - "frequency": 3350.0, - "gain": 5.0, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band6": { - "frequency": 5200.0, - "gain": 0.7, - "q": 3.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band7": { - "frequency": 6200.0, - "gain": -5.6, - "q": 4.0, - "type": "Bell", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - }, - "band8": { - "frequency": 10000.0, - "gain": -6.0, - "q": 0.7, - "type": "Hi-shelf", - "mode": "RLC (BT)", - "slope": "x1", - "mute": false, - "solo": false - } - } - }, - "plugins_order": [ - "equalizer" - ] - } -} -- cgit v1.2.3