goon

goon

https://git.tonybtw.com/goon.git git://git.tonybtw.com/goon.git
372 bytes raw
1
{
2
    colors.bg = "#1a1a2e";
3
    colors.fg = "#eaeaea";
4
    colors.border.focused = "#e94560";
5
    colors.border.unfocused = "#333333";
6
    colors.border.urgent = "#ff0000";
7
8
    layout.gaps.inner = 8;
9
    layout.gaps.outer = 4;
10
    layout.border_width = 2;
11
12
    bar.position = "top";
13
    bar.height = 24;
14
    bar.font.family = "JetBrains Mono";
15
    bar.font.size = 10;
16
}