creek

A malleable and minimalist status bar for the River compositor

git clone https://git.8pit.net/creek.git

 1.{
 2    .name = "creek",
 3    .version = "0.4.0-dev",
 4    .paths = .{""},
 5    .dependencies = .{
 6        .@"zig-pixman" = .{
 7            .url = "https://codeberg.org/ifreund/zig-pixman/archive/v0.2.0.tar.gz",
 8            .hash = "12209db20ce873af176138b76632931def33a10539387cba745db72933c43d274d56",
 9        },
10        .@"zig-wayland" = .{
11            .url = "https://codeberg.org/ifreund/zig-wayland/archive/v0.2.0.tar.gz",
12            .hash = "1220687c8c47a48ba285d26a05600f8700d37fc637e223ced3aa8324f3650bf52242",
13        },
14        .@"zig-fcft" = .{
15            .url = "https://git.sr.ht/~novakane/zig-fcft/archive/1.1.0.tar.gz",
16            .hash = "1220a4029ee3ee70d3175c69878e2b70dccd000c4324bc74ba800d8a143b7250fb38",
17        },
18    },
19}