From 20e30a60f66a004ce85f05a5eb472950bd66c2ca Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 8 Sep 2023 20:11:32 -0500 Subject: [PATCH] Prob don't need hyprbars.. --- user/wm/hyprland/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 25870ef..5789d94 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -51,7 +51,7 @@ plugin { hyprbars { - bar_height = 20 + bar_height = 0 bar_color = 0xee''+ config.lib.stylix.colors.base00 + '' col.text = 0xff''+ config.lib.stylix.colors.base05 + '' @@ -61,7 +61,7 @@ bar_text_size = 12 buttons { - button_size = 20 + button_size = 0 col.maximize = 0xff''+ config.lib.stylix.colors.base0A +'' col.close = 0xff''+ config.lib.stylix.colors.base08 +''