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 | 236b78b52463adf43e0da1e4d2cc68fe823d357a (patch) | |
| tree | 3988fd127ee1c526e6380375b3e38dd3a92cc925 | |
| parent | e091bb11752d4c0fa0e73e568eb784b68bc5f2af (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 { |
