diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index de34b31f..a08c05b8 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 = 30; + bar_height = 45; # example buttons (R -> L) # hyprbars-button = color, size, on-click hyprbars-button = [ - "rgb(ff4040), 15, 󰖭 , hyprctl dispatch killactive" - "rgb(eeee11), 15,  , hyprctl dispatch fullscreen 1" + "rgb(ff4040), 40, 󰖭 , hyprctl dispatch killactive" + "rgb(eeee11), 40,  , hyprctl dispatch fullscreen 1" ]; }; };