diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index a08c05b8..5fe6480c 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -25,12 +25,12 @@ settings = { plugins = { hyprbars = { - bar_height = 45; + bar_height = 25; # example buttons (R -> L) # hyprbars-button = color, size, on-click hyprbars-button = [ - "rgb(ff4040), 40, 󰖭 , hyprctl dispatch killactive" - "rgb(eeee11), 40,  , hyprctl dispatch fullscreen 1" + "rgb(ff4040), 10, 󰖭 , hyprctl dispatch killactive" + "rgb(eeee11), 10,  , hyprctl dispatch fullscreen 1" ]; }; };