updated some opacity things.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
theme = dankcolors
|
||||
|
||||
background-opacity = 0.7
|
||||
background-opacity = 0.5
|
||||
|
||||
command = /bin/zsh
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ shadowscolor= 0x1a1a1a99
|
||||
|
||||
# window opacity
|
||||
focused_opacity=0.9
|
||||
unfocused_opacity=0.7
|
||||
unfocused_opacity=0.8
|
||||
|
||||
# borders
|
||||
border_radius=10
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user