From 4f9a6ab42461213b25d9411cdbe598e48270bbcf Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:37:57 +0900 Subject: [PATCH] Update Hyprland --- .../common/desktops/hyprland/components/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ]; }; };