summaryrefslogtreecommitdiff
path: root/home-manager/compositor/hyprland.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/compositor/hyprland.nix')
-rw-r--r--home-manager/compositor/hyprland.nix12
1 files changed, 11 insertions, 1 deletions
diff --git a/home-manager/compositor/hyprland.nix b/home-manager/compositor/hyprland.nix
index d1af183..dcd1d91 100644
--- a/home-manager/compositor/hyprland.nix
+++ b/home-manager/compositor/hyprland.nix
@@ -44,7 +44,7 @@ in
general = {
"layout" = "hy3";
"border_size" = 2;
- "col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
+ "col.active_border" = "rgba(fe8423ee) rgba(e11701ee) 45deg";
"col.inactive_border" = "rgba(595959aa)";
};
@@ -123,6 +123,16 @@ in
)
9)
);
+
+ plugin = {
+ hy3 = {
+ tabs = {
+ "col.active" = "0xFFFE8423";
+ "col.inactive" = "0xFF103543";
+ "col.text.inactive" = "0xFFFECDB2";
+ };
+ };
+ };
};
programs.waybar.enable = true;