stevee

My wayland statusbar
git clone git://gtms.dev/stevee
Log | Files | Refs | Submodules | README | LICENSE

commit c330a1e2a1ad9fa3ed0915a8ff08861fbab7bb59
parent f46c5fdff6529ab18744349177b9ad0a77aa7c65
Author: Tomas Nemec <owl@gtms.dev>
Date:   Wed, 28 May 2025 19:12:11 +0200

feat: 5 max to show

Diffstat:
Msrc/Tags.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Tags.zig b/src/Tags.zig @@ -11,7 +11,7 @@ const state = &@import("root").state; monitor: *Monitor, output_status: *zriver.OutputStatusV1, -tags: [9]Tag, +tags: [5]Tag, pub const Tag = struct { label: u8,