* feat: wip basic variable structure * chore: wip add more variables * chore: more variables :0 * more * fixes + move a lot of stuff into individual files Move all stuff in hyprland.conf into individual files Shorten long variable names Fix hypridle Fix group border colour Add cursor theme and size vars * remove unnecessary stuff --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
24 lines
714 B
Text
24 lines
714 B
Text
group {
|
|
col.border_active = $activeWindowBorderColour
|
|
col.border_inactive = $inactiveWindowBorderColour
|
|
col.border_locked_active = $activeWindowBorderColour
|
|
col.border_locked_inactive = $inactiveWindowBorderColour
|
|
|
|
groupbar {
|
|
font_family = JetBrains Mono NF
|
|
font_size = 15
|
|
gradients = true
|
|
gradient_round_only_edges = false
|
|
gradient_rounding = 5
|
|
height = 25
|
|
indicator_height = 0
|
|
gaps_in = 3
|
|
gaps_out = 3
|
|
|
|
text_color = rgb($onPrimary)
|
|
col.active = rgba($primaryd4)
|
|
col.inactive = rgba($outlined4)
|
|
col.locked_active = rgba($primaryd4)
|
|
col.locked_inactive = rgba($secondaryd4)
|
|
}
|
|
}
|