47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
# This file is not a full hyprland configuration.
|
|
# It is intended to be included in your main hyprland.conf.
|
|
|
|
|
|
general {
|
|
col.active_border = rgba(a99b7aee) rgba(1B1B1Bee) rgba(1B1B1Bee) rgba(a99b7aee) 5deg
|
|
col.inactive_border = rgb(1B1B1B)
|
|
gaps_in = 4
|
|
gaps_out = 5
|
|
border_size = 2
|
|
}
|
|
|
|
group {
|
|
col.border_active = rgba(e75a50ee) rgba(1B1B1Bee) rgba(1B1B1Bee) rgba(e75a50ee) 5deg
|
|
col.border_inactive = rgb(1B1B1B)
|
|
|
|
groupbar {
|
|
col.active = rgba(e75a5088)
|
|
col.inactive = rgba(1B1B1Baa)
|
|
text_color = rgb(efebdc)
|
|
text_color_inactive = rgba(a99b7aaa)
|
|
}
|
|
}
|
|
|
|
decoration {
|
|
rounding = 3
|
|
rounding_power = 3
|
|
shadow {
|
|
enabled = yes
|
|
range = 16
|
|
color = rgba(00000052)
|
|
}
|
|
blur {
|
|
enabled = true
|
|
size = 2
|
|
passes = 2
|
|
special = true
|
|
brightness = 0.40
|
|
contrast = 0.75
|
|
}
|
|
}
|
|
|
|
|
|
windowrule = match:class ^(vesktop|Vesktop)$, opacity 1.0 override, no_dim on
|
|
windowrule = match:class ^(code|VSCode|VSCodium)$, opacity 1.0 override, no_dim on
|
|
windowrule = match:class ^(chromium|Chromium|google-chrome|Brave|brave-browser)$, opacity 1.0 override, no_dim on
|