From e95ae8039fc365c324e3865126052504bc84453d Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 6 Jan 2025 21:53:08 +1100 Subject: [PATCH] hyprland: disable borders plus plus not working as of hyprland v0.46.2 --- .../hyprland/settings/appearance.nix | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/modules/home/workstation/hyprland/settings/appearance.nix b/modules/home/workstation/hyprland/settings/appearance.nix index 2b15154..b2ef821 100644 --- a/modules/home/workstation/hyprland/settings/appearance.nix +++ b/modules/home/workstation/hyprland/settings/appearance.nix @@ -8,7 +8,7 @@ inherit (hozen) color; in { wayland.windowManager.hyprland = { - plugins = [inputs'.hyprland-plugins.packages.borders-plus-plus]; + #plugins = [inputs'.hyprland-plugins.packages.borders-plus-plus]; settings = { # cursor = { # inactive_timeout = 4; @@ -45,15 +45,16 @@ in { color_inactive = "0xff${color.neutrals."850"}"; }; }; - "plugin:borders-plus-plus" = { - enabled = true; - add_borders = 1; - "col.border_1" = "rgb(${color.neutrals."600"})"; - - border_size_1 = 2; - border_size_2 = 2; - natural_rounding = false; - }; + # FIXME + #"plugin:borders-plus-plus" = { + # enabled = true; + # add_borders = 1; + # "col.border_1" = "rgb(${color.neutrals."600"})"; + # + # border_size_1 = 2; + # border_size_2 = 2; + # natural_rounding = false; + #}; animations = { enabled = false; };