From 009fea31eefbb1cbda771cb91eafe1030fa46f76 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 1 Mar 2024 18:13:14 -0500 Subject: [PATCH] 105 current 2024-03-01 18:13:09 24.05.20240228.9099616 6.6.18 * --- modules/rice/hyprland/config.nix | 12 ++++++++++++ modules/rice/hyprland/default.nix | 3 +++ 2 files changed, 15 insertions(+) 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 = [