From 47630b913e279985ff4b26aba1a56887f3845f1e Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 24 Apr 2024 13:43:45 -0400 Subject: [PATCH] Revert "468 current 2024-04-24 13:42:05 24.05.20240423.0a0027c 6.8.6-zen1 *" This reverts commit f378aa57eb86e8d259b9c2499139ffce1ae85857. --- modules/rice/hyprland/config.nix | 7 ++++++- modules/rice/hyprland/default.nix | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index a8058e2..e91e119 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -1,6 +1,6 @@ # home.nix {theme, ...}: { - wayland.windowManager.hyprland.settings = { + wayland.windowManager.hyprland.settings = with theme.colors; { exec-once = [ "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\"" @@ -18,6 +18,10 @@ # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) apply_sens_to_raw = 0; + + # active border color + "col.active_border" = "rgb(${rose})"; + "col.inactive_border" = "rgb(${muted})"; }; input = { @@ -45,6 +49,7 @@ drop_shadow = "yes"; shadow_range = 60; shadow_render_power = 5; + "col.shadow" = "rgba(07061f29)"; }; misc = { diff --git a/modules/rice/hyprland/default.nix b/modules/rice/hyprland/default.nix index cb00691..b8fdbe8 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -15,7 +15,6 @@ in { wayland.windowManager.hyprland = { enable = true; package = inputs.hyprland.packages.${pkgs.system}.default; - catppuccin.enable = true; systemd = { variables = ["--all"];