diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 5fe6480c..ec1e36cb 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: { +{ config, pkgs, ... }: { wayland.windowManager.hyprland = { enable = true; plugins = with pkgs.hyprlandPlugins; [ @@ -26,6 +26,8 @@ plugins = { hyprbars = { bar_height = 25; + bar_part_of_window = true; + bar_color = config.lib.stylix.colors.base04; # example buttons (R -> L) # hyprbars-button = color, size, on-click hyprbars-button = [