From 49c9577f6035373c2a38a3c14fd8c9c9aad84abb Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Tue, 20 Jan 2026 09:19:10 +0100 Subject: [PATCH] Changes for work machine --- wm/hyprland.nix | 4 ++-- wm/hyprpaper.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wm/hyprland.nix b/wm/hyprland.nix index b088967..1cff60d 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -32,8 +32,8 @@ }; decoration = { - inactive_opacity = 0.8; - active_opacity = 0.9; + inactive_opacity = 0.9; + active_opacity = 1.0; rounding = 5; rounding_power = 2.5; blur = { diff --git a/wm/hyprpaper.nix b/wm/hyprpaper.nix index f289901..167919b 100644 --- a/wm/hyprpaper.nix +++ b/wm/hyprpaper.nix @@ -15,6 +15,7 @@ in ]; wallpaper = [ "DP-2,${wallpaper2}" + "HDMI-A-1,${wallpaper2}" ",${wallpaper}" ]; };