From 93608bf1eb8f21bd49c24e18faefbd2c48a4a541 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 1 Aug 2023 16:25:17 -0400 Subject: [PATCH] hyprland: Add hyprbars config Tested this in a VM and it should look decent. --- home/hyprland.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index b51b80a..278e9d2 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -99,6 +99,21 @@ in layout = master } + plugin { + hyprbars { + bar_color = rgba(${base00}F2) + bar_height = 30 + col.text = rgba(${base05}99) + bar_text_size = 9 + bar_text_font = Maple Mono + buttons { + button_size = 14 + col.maximize = rgba(${base04}cc) + col.close = rgba(${base05}cc) + } + } + } + decoration { rounding = 0 blur = yes