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"