From f378aa57eb86e8d259b9c2499139ffce1ae85857 Mon Sep 17 00:00:00 2001 From: zackartz Date: Wed, 24 Apr 2024 13:42:08 -0400 Subject: [PATCH] 468 current 2024-04-24 13:42:05 24.05.20240423.0a0027c 6.8.6-zen1 * --- modules/rice/hyprland/config.nix | 7 +------ modules/rice/hyprland/default.nix | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index e91e119..a8058e2 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -1,6 +1,6 @@ # home.nix {theme, ...}: { - wayland.windowManager.hyprland.settings = with theme.colors; { + wayland.windowManager.hyprland.settings = { 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,10 +18,6 @@ # 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 = { @@ -49,7 +45,6 @@ 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 b8fdbe8..cb00691 100644 --- a/modules/rice/hyprland/default.nix +++ b/modules/rice/hyprland/default.nix @@ -15,6 +15,7 @@ in { wayland.windowManager.hyprland = { enable = true; package = inputs.hyprland.packages.${pkgs.system}.default; + catppuccin.enable = true; systemd = { variables = ["--all"];