diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea91e2..6990b6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ### Added * ramp: can now have custom min and max values (https://codeberg.org/dnkl/yambar/issues/103). + + ### Changed * Made `libmpdclient` an optional dependency @@ -29,6 +31,8 @@ affected the “backlight”, “battery” and “removables” modules (https://codeberg.org/dnkl/yambar/issues/109). * foreign-toplevel: update bar when a top-level is closed. +* Bar not being mapped on an output before at least one module has + “refreshed” it (https://codeberg.org/dnkl/yambar/issues/116). ### Security diff --git a/bar/bar.c b/bar/bar.c index 2399368..8b19a43 100644 --- a/bar/bar.c +++ b/bar/bar.c @@ -323,6 +323,7 @@ run(struct bar *_bar) LOG_DBG("all modules started"); + refresh(_bar); bar->backend.iface->loop(_bar, &expose, &on_mouse); LOG_DBG("shutting down");