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(d6b46aee) rgba(1C1B1Fee) rgba(1C1B1Fee) rgba(d6b46aee) 5deg
|
|
col.inactive_border = rgb(1C1B1F)
|
|
gaps_in = 4
|
|
gaps_out = 5
|
|
border_size = 2
|
|
}
|
|
|
|
group {
|
|
col.border_active = rgba(e0914fee) rgba(1C1B1Fee) rgba(1C1B1Fee) rgba(e0914fee) 5deg
|
|
col.border_inactive = rgb(1C1B1F)
|
|
|
|
groupbar {
|
|
col.active = rgba(e0914f88)
|
|
col.inactive = rgba(1C1B1Faa)
|
|
text_color = rgb(e6dfd1)
|
|
text_color_inactive = rgba(d6b46aaa)
|
|
}
|
|
}
|
|
|
|
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
|