From 09236dc5b3c46c4d450abfed4ccc2e74d2935ca7 Mon Sep 17 00:00:00 2001 From: deadvey Date: Mon, 18 Nov 2024 20:30:31 +0000 Subject: [PATCH] 2024-11-18 20:30 : id 181 --- home-manager/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index e347fbe..2944c66 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -299,7 +299,7 @@ in hyprland = { enable = true; plugins = with pkgs; [ - hyprlandPlugins.hyprbars + #hyprlandPlugins.hyprbars hyprlandPlugins.hyprexpo ]; extraConfig = '' @@ -321,8 +321,7 @@ in }; hyprbars = { bar_height = 25; - bar_color = "rgb(transparent)"; - bar_part_of_window = false; + bar_color = "rgb(${BG})"; "col.text" = "rgb(${FG})"; hyprbars-button = "rgb(${RED}), 10, X, hyprctl dispatch killactive"; };