updated some opacity things.

This commit is contained in:
2026-06-03 11:51:44 +02:00
parent 46b683acd4
commit b5cf033704
4 changed files with 17 additions and 4 deletions
+11 -2
View File
@@ -1,7 +1,7 @@
{ {
"currentThemeName": "dynamic", "currentThemeName": "dynamic",
"currentThemeCategory": "dynamic", "currentThemeCategory": "dynamic",
"customThemeFile": "/home/den/.config/DankMaterialShell/themes/arcdarkest/theme.json", "customThemeFile": "/home/den/.config/DankMaterialShell/themes/-/theme.json",
"registryThemeVariants": { "registryThemeVariants": {
"rosePine": "rosePine", "rosePine": "rosePine",
"catppuccin": { "catppuccin": {
@@ -363,7 +363,16 @@
"notificationHistorySaveLow": true, "notificationHistorySaveLow": true,
"notificationHistorySaveNormal": true, "notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true, "notificationHistorySaveCritical": true,
"notificationRules": [], "notificationRules": [
{
"enabled": true,
"field": "appName",
"pattern": "ownCloud",
"matchType": "exact",
"action": "mute",
"urgency": "default"
}
],
"osdAlwaysShowValue": false, "osdAlwaysShowValue": false,
"osdPosition": 5, "osdPosition": 5,
"osdVolumeEnabled": true, "osdVolumeEnabled": true,
+1 -1
View File
@@ -1,6 +1,6 @@
theme = dankcolors theme = dankcolors
background-opacity = 0.7 background-opacity = 0.5
command = /bin/zsh command = /bin/zsh
+1 -1
View File
@@ -47,7 +47,7 @@ shadowscolor= 0x1a1a1a99
# window opacity # window opacity
focused_opacity=0.9 focused_opacity=0.9
unfocused_opacity=0.7 unfocused_opacity=0.8
# borders # borders
border_radius=10 border_radius=10
+4
View File
@@ -1 +1,5 @@
windowrule=title:Floating-Menu,isfloating:1,height:0.4,width:0.4 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