Update log scopes in the various config/ files

This commit is contained in:
Ben Buhse 2026-02-17 16:23:19 -06:00
commit 11cef4b2f8
No known key found for this signature in database
GPG key ID: 7916ACFCD38FD0B4
6 changed files with 8 additions and 8 deletions

View file

@ -183,4 +183,4 @@ const Config = @import("../Config.zig");
const helpers = @import("helpers.zig");
const log = std.log.scoped(.config_bar);
const log = std.log.scoped(.BarConfig);