Adds config for hypr
This commit is contained in:
parent
6469f64213
commit
95f3e5a5d7
12 changed files with 762 additions and 0 deletions
47
.config/hypr/config/Decoration.conf
Normal file
47
.config/hypr/config/Decoration.conf
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
general {
|
||||
border_size = 2
|
||||
gaps_in = 6
|
||||
gaps_out = 8
|
||||
|
||||
col.active_border = rgb(AE9B92)
|
||||
col.inactive_border = rgb(806254)
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 3
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
dim_inactive = true
|
||||
dim_strength = 0.1
|
||||
dim_special = 0.8
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 3
|
||||
render_power = 1
|
||||
|
||||
color = rgb(AE9B92)
|
||||
color_inactive = rgb(806254)
|
||||
}
|
||||
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 6
|
||||
passes = 2
|
||||
ignore_opacity = true
|
||||
new_optimizations = true
|
||||
special = true
|
||||
}
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgb(E8E5E3)
|
||||
|
||||
groupbar {
|
||||
col.active = rgb(4B4C52)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue