hbspbar

[WIP] bspwm status bar
git clone https://hhvn.uk/hbspbar
git clone git://hhvn.uk/hbspbar
Log | Files | Refs

commit 049e9d9f5265c20e6a43d69327981d32f00ecd54
parent 128fb5d5ad24e2ad24b78d25c41d071ddfa546fe
Author: hhvn <dev@hhvn.uk>
Date:   Thu, 16 Nov 2023 18:43:20 +0000

Remove a message I used for debugging... smh

Diffstat:
Mmain.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/main.go b/main.go @@ -60,7 +60,6 @@ func handleEvents(events *bspc.Subscriber) (chan error, chan bool) { switch (event.Name) { case "monitor_add": case "monitor_geometry": - common.Error("create2") bar.Handle.Create <- id case "monitor_remove": bar.Handle.Destroy <- id