Update hyprland
This commit is contained in:
parent
dd9652950c
commit
16a9be1461
@ -17,10 +17,10 @@ general {
|
|||||||
gaps_in = 8
|
gaps_in = 8
|
||||||
gaps_out = 0,16,16,16
|
gaps_out = 0,16,16,16
|
||||||
|
|
||||||
border_size = 4
|
border_size = 2
|
||||||
|
|
||||||
col.active_border = rgb(f12711) rgb(f5af19) 45deg
|
col.active_border = rgb(f12711) rgb(f5af19) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgb(595959)
|
||||||
|
|
||||||
resize_on_border = false
|
resize_on_border = false
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ general {
|
|||||||
}
|
}
|
||||||
|
|
||||||
xwayland {
|
xwayland {
|
||||||
force_zero_scaling = true
|
force_zero_scaling = true
|
||||||
}
|
}
|
||||||
|
|
||||||
# {{{ Decoration
|
# {{{ Decoration
|
||||||
@ -47,18 +47,17 @@ decoration {
|
|||||||
dim_inactive = false
|
dim_inactive = false
|
||||||
dim_strength = 0.5
|
dim_strength = 0.5
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/#shadow
|
# See https://wiki.hyprland.org/Configuring/Variables/#shadow
|
||||||
shadow {
|
shadow {
|
||||||
enabled = false
|
enabled = true
|
||||||
color = rgba(1a1a1aee)
|
color = rgba(60, 64, 67, 0.3)
|
||||||
range = 8
|
range = 8
|
||||||
render_power = 3
|
render_power = 3
|
||||||
sharp = false
|
sharp = false
|
||||||
ignore_window = true
|
ignore_window = true
|
||||||
offset = 0 0
|
offset = 0 0
|
||||||
scale = 1.0
|
scale = 1.0
|
||||||
}
|
}
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/#blur
|
# See https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||||
blur {
|
blur {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user