fix transparent top band of mpv

This commit is contained in:
ksyasuda
2021-11-11 10:26:21 -08:00
parent 0749897165
commit 764fb08dad
3 changed files with 13 additions and 8 deletions

View File

@@ -124,8 +124,8 @@ active-opacity = 1;
inactive-opacity = 1;
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
# frame-opacity = 1.0
frame-opacity = 0.8;
frame-opacity = 1.0
# frame-opacity = 0.8;
# Default opacity for dropdown menus and popup menus. (0.0 - 1.0, defaults to 1.0)
# menu-opacity = 1.0
@@ -160,6 +160,7 @@ opacity-rule = [
"100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:class_g = 'mpv'",
]
#################################
@@ -205,7 +206,8 @@ blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c",
"name *= 'rect-overlay'"
"name *= 'rect-overlay'",
"name *= 'mpv'"
];
#################################
@@ -448,7 +450,7 @@ rounded-corners-exclude = [
"class_g = 'plsama-desktop'",
"class_g = 'win7'",
"class_g = 'krunner'",
"class_g = 'plasmashell'"
"class_g = 'plasmashell'",
]
blur: {