diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-01-22 18:02:27 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-01-22 18:02:27 +0100 |
| commit | c89346d42e063ae8a8c17b093748f73098d57a90 (patch) | |
| tree | 3988fd127ee1c526e6380375b3e38dd3a92cc925 | |
| parent | 7c599c602d892971bf3fe46c8fd66ffa0f65f29c (diff) | |
Update default opacity of inactive apps
| -rw-r--r-- | roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 index 72bbf73d..768eafef 100644 --- a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 @@ -46,7 +46,7 @@ decoration { # Change transparency of focused and unfocused windows active_opacity = 1.0 - inactive_opacity = 0.75 + inactive_opacity = 0.85 # https://wiki.hyprland.org/Configuring/Variables/#blur blur { |
