Refactor Hyprland configs, introduce Sithego for theming, and add supporting scripts

This commit is contained in:
2026-02-17 20:42:41 +01:00
parent c57ef06442
commit 8b153d54ac
60 changed files with 1896 additions and 76 deletions
@@ -0,0 +1,11 @@
headerbar {
background-color: {{ .Theme.Colors.Semantic.Surface.Value }};
color: {{ .Theme.Colors.Semantic.Text.Value }};
border-bottom: 1px solid {{ .Theme.Colors.Semantic.Border.Value }};
box-shadow: none;
padding: {{ .Theme.Spacing.PaddingSmall }};
}
headerbar .title {
font-weight: bold;
}