From f7d459245025ef27b6f4727cfb56ec034fc6ea18 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 6 Nov 2025 17:48:56 +0100 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = {