From e8e987e735eb816e897715a0234f32cba0a68f88 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:46:23 +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 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" ]; }; };