From c89346d42e063ae8a8c17b093748f73098d57a90 Mon Sep 17 00:00:00 2001 From: Ahmed AbdelHalim Date: Thu, 22 Jan 2026 18:02:27 +0100 Subject: Update default opacity of inactive apps --- roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3