mirror of
https://github.com/ksyasuda/rice.git
synced 2025-12-05 02:53:39 -08:00
fix transparent top band of mpv
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user