From 42122c9d4206999945d3a7752af8aa8e5bfb3c77 Mon Sep 17 00:00:00 2001 From: sils Date: Tue, 15 Aug 2023 17:00:29 +0200 Subject: Revert "Fix(u/sils/hyprland): Change active_opacity to 0.8" This reverts commit 32161b11d2eee83d469d3ebd0a2eac2a5d265902. This is mandatory as it changed more than intended --- users/sils/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/sils/hyprland/default.nix') diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 7310602..71743ae 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -49,7 +49,7 @@ # See https://wiki.hyprland.org/Configuring/Variables/ for more inactive_opacity = "0.7"; - active_opacity = "0.8"; + active_opacity = "0.9"; rounding = "1"; blur = { enabled = false; -- cgit v1.3.1