updated some opacity things.
This commit is contained in:
@@ -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,6 +1,6 @@
|
|||||||
theme = dankcolors
|
theme = dankcolors
|
||||||
|
|
||||||
background-opacity = 0.7
|
background-opacity = 0.5
|
||||||
|
|
||||||
command = /bin/zsh
|
command = /bin/zsh
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user