From b5cf033704997c04708e06667685f1d778982338 Mon Sep 17 00:00:00 2001 From: SDGDen Date: Wed, 3 Jun 2026 11:51:44 +0200 Subject: [PATCH] updated some opacity things. --- DankMaterialShell/settings.json | 13 +++++++++++-- ghostty/config.ghostty | 2 +- mango/decoration.conf | 2 +- mango/windowrules.conf | 4 ++++ 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/DankMaterialShell/settings.json b/DankMaterialShell/settings.json index 6d9a0d0..540496d 100755 --- a/DankMaterialShell/settings.json +++ b/DankMaterialShell/settings.json @@ -1,7 +1,7 @@ { "currentThemeName": "dynamic", "currentThemeCategory": "dynamic", - "customThemeFile": "/home/den/.config/DankMaterialShell/themes/arcdarkest/theme.json", + "customThemeFile": "/home/den/.config/DankMaterialShell/themes/-/theme.json", "registryThemeVariants": { "rosePine": "rosePine", "catppuccin": { @@ -363,7 +363,16 @@ "notificationHistorySaveLow": true, "notificationHistorySaveNormal": true, "notificationHistorySaveCritical": true, - "notificationRules": [], + "notificationRules": [ + { + "enabled": true, + "field": "appName", + "pattern": "ownCloud", + "matchType": "exact", + "action": "mute", + "urgency": "default" + } + ], "osdAlwaysShowValue": false, "osdPosition": 5, "osdVolumeEnabled": true, diff --git a/ghostty/config.ghostty b/ghostty/config.ghostty index 576b660..914239f 100644 --- a/ghostty/config.ghostty +++ b/ghostty/config.ghostty @@ -1,6 +1,6 @@ theme = dankcolors -background-opacity = 0.7 +background-opacity = 0.5 command = /bin/zsh diff --git a/mango/decoration.conf b/mango/decoration.conf index 3691d4e..b26afd9 100644 --- a/mango/decoration.conf +++ b/mango/decoration.conf @@ -47,7 +47,7 @@ shadowscolor= 0x1a1a1a99 # window opacity focused_opacity=0.9 -unfocused_opacity=0.7 +unfocused_opacity=0.8 # borders border_radius=10 diff --git a/mango/windowrules.conf b/mango/windowrules.conf index a96552c..ca7a139 100644 --- a/mango/windowrules.conf +++ b/mango/windowrules.conf @@ -1 +1,5 @@ windowrule=title:Floating-Menu,isfloating:1,height:0.4,width:0.4 + +windowrule=appid:firefox,focused_opacity:0.95,unfocused_opacity:0.85 + +windowrule=appid:virt-manager,focused_opacity:1,unfocused_opacity:1 \ No newline at end of file