diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index ddd1aa5..61f82a3 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -6,6 +6,18 @@ "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\"" ]; + "plugin:borders-plus-plus" = { + add_borders = 1; + + "col.border_1" = "rgb(${love})"; + "col.border_2" = "rgb(${foam})"; + + border_size_1 = 4; + border_size_2 = 4; + + natural_rounding = "yes"; + }; + general = { # gaps gaps_in = 6; diff --git a/modules/rice/hyprland/default.nix b/modules/rice/hyprland/default.nix index 95ba171..016fbcf 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -16,6 +16,9 @@ in { wayland.windowManager.hyprland = { enable = true; package = inputs.hyprland.packages.${pkgs.system}.default; + + plugins = [inputs.hyprland-plugins.packages."${pkgs.system}".borders-plus-plus]; + systemd = { variables = ["--all"]; extraCommands = [