hyprland: less prominent borders

further reduces visual noise, especially in light mode
This commit is contained in:
end-4
2026-04-10 22:12:23 +02:00
parent 3e0561578c
commit 5f9febd4b7
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -72,10 +72,10 @@ decoration {
shadow {
enabled = true
ignore_window = true
range = 50
offset = 0 4
range = 20
offset = 0 2
render_power = 10
color = rgba(00000027)
color = rgba(00000020)
}
# Dim
@@ -1,6 +1,6 @@
general {
col.active_border = rgba({{colors.outline.default.hex_stripped}}77)
col.inactive_border = rgba({{colors.outline_variant.default.hex_stripped}}55)
col.active_border = rgba({{colors.outline_variant.default.hex_stripped}}77)
col.inactive_border = rgba({{colors.surface_container_low.default.hex_stripped}}33)
}
misc {