diff options
author | sils <sils@sils.li> | 2023-08-13 00:00:21 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-08-13 00:00:21 +0200 |
commit | 7c7a00ad60155d9618fe7038e568f2e2bf647628 (patch) | |
tree | 0efa6ba683d80bb84adacf4057c1fbb4157e00a1 /users | |
parent | Feat(u/sils): Add eww config (diff) | |
download | nix-config-7c7a00ad60155d9618fe7038e568f2e2bf647628.tar.gz nix-config-7c7a00ad60155d9618fe7038e568f2e2bf647628.zip |
Fix(u/sils/hyprland): Set opacity for inactive windows to 0.7
Diffstat (limited to 'users')
-rw-r--r-- | users/sils/hyprland/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 55401d2..b08f806 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -48,6 +48,7 @@ decoration = { # See https://wiki.hyprland.org/Configuring/Variables/ for more + inactive_opacity = "0.7"; rounding = "10"; blur = "yes"; blur_size = "3"; |