Skip to content

Commit

Permalink
Fixing hyprland config with new shadow parameters and slightly tweaking
Browse files Browse the repository at this point in the history
easyeffects 10db preset
  • Loading branch information
harrythezomby committed Nov 9, 2024
1 parent a0fd861 commit dfcf853
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions easyeffects/output/Viper4Android 10dB Bass Clone.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"floor": 20.0,
"floor-active": false,
"harmonics": 2.0,
"input-gain": -1.0,
"input-gain": 0.0,
"output-gain": -4.0,
"scope": 120.0
},
Expand Down Expand Up @@ -718,7 +718,7 @@
"harmonics": 1.5,
"input-gain": 0.0,
"output-gain": 0.0,
"scope": 4000.0
"scope": 3500.0
},
"limiter#0": {
"alr": false,
Expand Down
11 changes: 6 additions & 5 deletions hypr/decoration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ decoration {
noise = 0.02
contrast = 1
}

drop_shadow = true
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
shadow {
enabled = true
range = 4
render_power = 3
color = rgba(1a1a1aee)
}
}

0 comments on commit dfcf853

Please sign in to comment.