More variations added
This commit is contained in:
parent
2169c03daa
commit
bf94f03bfd
25
hypr/conf/decorations/no-rounding-more-blur.conf
Normal file
25
hypr/conf/decorations/no-rounding-more-blur.conf
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# General window decoration
|
||||||
|
# name: "No Rounding More Blur"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 0
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 20
|
||||||
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
# blurls = waybar
|
||||||
|
}
|
||||||
|
active_opacity = 1.0
|
||||||
|
inactive_opacity = 0.6
|
||||||
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
|
drop_shadow = true
|
||||||
|
shadow_range = 30
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = 0x66000000
|
||||||
|
}
|
25
hypr/conf/decorations/rounding-all-blur-no-shadows.conf
Normal file
25
hypr/conf/decorations/rounding-all-blur-no-shadows.conf
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# General window decoration
|
||||||
|
# name: "Rounding All Blur No Shadows"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 10
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 20
|
||||||
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
# blurls = waybar
|
||||||
|
}
|
||||||
|
active_opacity = 0.9
|
||||||
|
inactive_opacity = 0.6
|
||||||
|
fullscreen_opacity = 0.9
|
||||||
|
|
||||||
|
drop_shadow = false
|
||||||
|
shadow_range = 30
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = 0x66000000
|
||||||
|
}
|
25
hypr/conf/decorations/rounding-all-blur.conf
Normal file
25
hypr/conf/decorations/rounding-all-blur.conf
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# General window decoration
|
||||||
|
# name: "Rounding All Blur"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 10
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 20
|
||||||
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
# blurls = waybar
|
||||||
|
}
|
||||||
|
active_opacity = 0.9
|
||||||
|
inactive_opacity = 0.6
|
||||||
|
fullscreen_opacity = 0.9
|
||||||
|
|
||||||
|
drop_shadow = true
|
||||||
|
shadow_range = 30
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = 0x66000000
|
||||||
|
}
|
25
hypr/conf/decorations/rounding-more-blur.conf
Normal file
25
hypr/conf/decorations/rounding-more-blur.conf
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# General window decoration
|
||||||
|
# name: "Rounding More Blur"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 10
|
||||||
|
blur {
|
||||||
|
enabled = true
|
||||||
|
size = 20
|
||||||
|
passes = 2
|
||||||
|
new_optimizations = on
|
||||||
|
ignore_opacity = true
|
||||||
|
xray = true
|
||||||
|
# blurls = waybar
|
||||||
|
}
|
||||||
|
active_opacity = 1.0
|
||||||
|
inactive_opacity = 0.6
|
||||||
|
fullscreen_opacity = 1.0
|
||||||
|
|
||||||
|
drop_shadow = true
|
||||||
|
shadow_range = 30
|
||||||
|
shadow_render_power = 3
|
||||||
|
col.shadow = 0x66000000
|
||||||
|
}
|
13
hypr/conf/windows/no-border-more-gaps.conf
Normal file
13
hypr/conf/windows/no-border-more-gaps.conf
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# -----------------------------------------------------
|
||||||
|
# General window layout and colors
|
||||||
|
# name: "No Border More Gaps"
|
||||||
|
# -----------------------------------------------------
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 20
|
||||||
|
gaps_out = 40
|
||||||
|
border_size = 0
|
||||||
|
col.active_border = $color11
|
||||||
|
col.inactive_border = rgba(ffffffff)
|
||||||
|
layout = dwindle
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user