diff options
| author | sils <sils@sils.li> | 2023-08-15 17:00:29 +0200 |
|---|---|---|
| committer | sils <sils@sils.li> | 2023-08-15 17:00:29 +0200 |
| commit | 42122c9d4206999945d3a7752af8aa8e5bfb3c77 (patch) | |
| tree | 180f1068576b59c7c582144be9fd6aad7d3bfbbe /users/sils/hyprland | |
| parent | Fix(u/sils/hyprland): Correct disabling of blur (diff) | |
| download | nix-config-42122c9d4206999945d3a7752af8aa8e5bfb3c77.zip | |
Revert "Fix(u/sils/hyprland): Change active_opacity to 0.8"
This reverts commit 32161b11d2eee83d469d3ebd0a2eac2a5d265902.
This is mandatory as it changed more than intended
Diffstat (limited to 'users/sils/hyprland')
| -rw-r--r-- | users/sils/hyprland/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
