From 08d56e9d18e41c16cbd2ccd1e7975397340296a0 Mon Sep 17 00:00:00 2001 From: Lev Babiev Date: Tue, 4 Feb 2025 07:45:17 +0000 Subject: [PATCH] gui/bar: call bar_update_monitor for a new bar to position and reveal --- src/gui/bar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/bar.c b/src/gui/bar.c index 7bda8523..af844688 100644 --- a/src/gui/bar.c +++ b/src/gui/bar.c @@ -817,6 +817,7 @@ GtkWidget *bar_new ( gchar *name ) css_widget_apply(self, g_strdup_printf( "window#%s.sensor { background-color: rgba(0,0,0,0); }", name)); + bar_update_monitor(self); if(priv->name) {