From a1897c346a7413b2be8adadc4d158514d17b03d9 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 21 Aug 2024 21:17:22 +0900 Subject: [PATCH] Update Hyprland hyprbars --- .../common/desktops/hyprland/components/hyprland.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home-manager/common/desktops/hyprland/components/hyprland.nix b/home-manager/common/desktops/hyprland/components/hyprland.nix index 89c6f077..4bbadd09 100644 --- a/home-manager/common/desktops/hyprland/components/hyprland.nix +++ b/home-manager/common/desktops/hyprland/components/hyprland.nix @@ -23,6 +23,17 @@ submap = reset ''; settings = { + plugins = { + hyprbars = { + bar_height = 20; + # 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" + ]; + }; + }; layerrule = [ "blur, waybar" "blur, rofi"