Initial Commit
This commit is contained in:
commit
ef6f325fd3
22 changed files with 437 additions and 0 deletions
27
hypr/LilieshBase/decoration.conf
Normal file
27
hypr/LilieshBase/decoration.conf
Normal file
|
@ -0,0 +1,27 @@
|
|||
decoration {
|
||||
rounding = 10
|
||||
|
||||
# OPACITY
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
# BLUR
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 4
|
||||
passes = 1
|
||||
}
|
||||
|
||||
# SHADOW
|
||||
shadow {
|
||||
enabled = no
|
||||
range = 4
|
||||
render_power = 3
|
||||
color = rgba(7d5780ee)
|
||||
}
|
||||
|
||||
# DIM
|
||||
dim_inactive = yes
|
||||
dim_strength = 0.1
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue