diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 431b16a..4d32ee9 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -246,7 +246,7 @@ }; programs.hyprpanel = { - enable = false; + enable = true; systemd.enable = true; settings = { bar = { @@ -254,7 +254,8 @@ clock.format = "%d %b %H:%M"; - workspaces.show_numbered = true; + workspaces.show_icons = true; + workspaces.workspaces = 20; }; menus.clock = {