caelestia/hypr/hyprland/group.conf
Laurens Duin c0414f1b81
hypr: extract hypr config to overrideable variables (#76)
* 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>
2025-08-09 15:23:01 +10:00

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)
}
}