From cfe322f268966112101582c159c79cdbb2cbb1c9 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:24:27 +0900 Subject: [PATCH] Testing Hyprland plugins --- .../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 4bbadd09..de34b31f 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 = 20; + bar_height = 30; # example buttons (R -> L) # hyprbars-button = color, size, on-click hyprbars-button = [ - "rgb(ff4040), 10, 󰖭, hyprctl dispatch killactive" - "rgb(eeee11), 10, , hyprctl dispatch fullscreen 1" + "rgb(ff4040), 15, 󰖭 , hyprctl dispatch killactive" + "rgb(eeee11), 15,  , hyprctl dispatch fullscreen 1" ]; }; };