diff --git a/modules/programs/waybar.nix b/modules/programs/waybar.nix
index 2d915fb..ab61ba9 100644
--- a/modules/programs/waybar.nix
+++ b/modules/programs/waybar.nix
@@ -101,7 +101,7 @@
#modules-center = [ "clock" ];
modules-left = with config;
if programs.hyprland.enable == true then
- [ "custom/menu" "wlr/workspaces" ]
+ [ "custom/menu" "hyprland/workspaces" ]
else if programs.sway.enable == true then
[ "sway/workspaces" "sway/window" "sway/mode" ]
else [ ];
@@ -161,6 +161,9 @@
active-only = false;
on-click = "activate";
};
+ "hyprland/workspaces" = {
+ format = "{name}";
+ };
clock = {
format = "{:%b %d %H:%M} ";
tooltip-format = "{:%Y %B}\n{calendar}";