bar: fix workspace module

This commit is contained in:
2 * r + 2 * t 2025-02-23 13:13:15 +11:00
parent 2c47d839db
commit 46b8626f7d

View file

@ -198,7 +198,7 @@ const Workspace = ({ idx }: { idx: number }) => {
};
self.hook(config.modules.workspaces.shown, updateWs);
self.hook(hyprland, "notify::focused-workspace", () => updateWs);
self.hook(hyprland, "notify::focused-workspace", updateWs);
self.hook(hyprland, "client-added", update);
self.hook(hyprland, "client-moved", update);
self.hook(hyprland, "client-removed", update);