From 3f0054f66580e8eac6907e64f7d89b247be4fc4a Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 6 Nov 2025 17:46:56 +0100 Subject: [PATCH] non important commit --- home/modules/hyprland.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index c547e6e..431b16a 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -246,7 +246,7 @@ }; programs.hyprpanel = { - enable = true; + enable = false; systemd.enable = true; settings = { bar = { @@ -270,6 +270,8 @@ menus.dashboard.stats.enabled = false; menus.dashboard.controls.enabled = false; + menus.workspaces.show_icons = true; + theme.bar.transparent = true; theme.bar.buttons.dashboard.icon = "#88B1F7";