summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/bar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/bar.tsx b/src/modules/bar.tsx
index c1c3dfc..c2695c4 100644
--- a/src/modules/bar.tsx
+++ b/src/modules/bar.tsx
@@ -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);