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";