From 86b19501c4d2274eb7c9f30cf3c38b0a43fba5f2 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 22 Apr 2025 21:28:35 +0200 Subject: [PATCH] feat: add branch widget to default config --- src/config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.zig b/src/config.zig index 31f76fe..ec0e51d 100644 --- a/src/config.zig +++ b/src/config.zig @@ -23,7 +23,7 @@ indent_size: usize = 4, tab_width: usize = 8, top_bar: []const u8 = "tabs", -bottom_bar: []const u8 = "mode file log selection diagnostics keybind linenumber clock spacer", +bottom_bar: []const u8 = "mode file log selection diagnostics keybind branch linenumber clock spacer", show_scrollbars: bool = true, show_fileicons: bool = true,