🎨 ux(hypr): add inactive and active colors to locked groups
This commit is contained in:
parent
88cb34b571
commit
ce6f76d319
1 changed files with 7 additions and 1 deletions
|
@ -41,11 +41,17 @@ group {
|
||||||
col.border_inactive = rgba($lavenderAlpha69)
|
col.border_inactive = rgba($lavenderAlpha69)
|
||||||
col.border_active = rgba($textAlphaee) rgba($lavenderAlpha69) rgba($lavenderAlpha69) rgba($textAlphaee) 45deg
|
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 {
|
groupbar {
|
||||||
col.active = rgba($lavenderAlphaCC)
|
col.active = rgba($lavenderAlphaCC)
|
||||||
col.inactive = rgba($subtext1Alpha99)
|
col.inactive = rgba($subtext1Alpha99)
|
||||||
|
col.locked_active = rgba($maroonAlphaCC)
|
||||||
|
col.locked_inactive = rgba($subtext1Alpha99)
|
||||||
font_family = JetBrainsMono Nerd Font
|
font_family = JetBrainsMono Nerd Font
|
||||||
font_size = 10
|
font_size = 10
|
||||||
text_color = $base
|
text_color = $crust
|
||||||
|
height = 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue