init
This commit is contained in:
59
hypr/theme/decoration.conf
Normal file
59
hypr/theme/decoration.conf
Normal file
@@ -0,0 +1,59 @@
|
||||
source = ./colors.conf
|
||||
|
||||
general {
|
||||
border_size = 2
|
||||
col.inactive_border = rgba($lavenderAlpha69)
|
||||
col.active_border = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||
|
||||
gaps_in = 3
|
||||
gaps_out = 5
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 7
|
||||
|
||||
active_opacity = 0.92
|
||||
inactive_opacity = 0.90
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
size = 5
|
||||
passes = 4
|
||||
ignore_opacity = true
|
||||
new_optimizations = true
|
||||
xray = false
|
||||
noise = 0.0
|
||||
popups = true
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = yes
|
||||
range = 30
|
||||
scale = 2
|
||||
render_power = 5
|
||||
color = $crust
|
||||
color_inactive = $surface0
|
||||
}
|
||||
|
||||
dim_inactive = false
|
||||
dim_strength = 0.05
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_inactive = rgba($lavenderAlpha69)
|
||||
col.border_active = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||
|
||||
col.border_locked_inactive = rgba($lavenderAlpha69)
|
||||
col.border_locked_active = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
||||
|
||||
groupbar {
|
||||
col.active = rgba($lavenderAlphaCC)
|
||||
col.inactive = rgba($subtext1Alpha99)
|
||||
col.locked_active = rgba($maroonAlphaCC)
|
||||
col.locked_inactive = rgba($subtext1Alpha99)
|
||||
font_family = JetBrainsMono Nerd Font
|
||||
font_size = 14
|
||||
text_color = $crust
|
||||
height = 16
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user