picom blur more reliable
This commit is contained in:
parent
643396d0e6
commit
6ecafeffc1
@ -1,5 +1,6 @@
|
|||||||
!! Transparency (0-1):
|
!! Transparency (0-1):
|
||||||
*.alpha: 0.8
|
*.alpha: 0.8
|
||||||
|
st.alpha: 0.1
|
||||||
|
|
||||||
!! Set a default font and font size as below:
|
!! Set a default font and font size as below:
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ word_wrap = yes
|
|||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
|
|
||||||
# Hide duplicate's count and stack them
|
# Hide duplicate's count and stack them
|
||||||
stack_duplicates = yes
|
stack_duplicates = no
|
||||||
hide_duplicates_count = yes
|
hide_duplicates_count = yes
|
||||||
|
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ shrink = no
|
|||||||
# The transparency of the window. Range: [0; 100].
|
# The transparency of the window. Range: [0; 100].
|
||||||
# This option will only work if a compositing windowmanager is
|
# This option will only work if a compositing windowmanager is
|
||||||
# present (e.g. xcompmgr, compiz, etc.).
|
# present (e.g. xcompmgr, compiz, etc.).
|
||||||
transparency = 10
|
transparency = 0
|
||||||
|
|
||||||
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
# Don't remove messages, if the user is idle (no mouse or keyboard input)
|
||||||
# for longer than idle_threshold seconds.
|
# for longer than idle_threshold seconds.
|
||||||
@ -183,7 +183,8 @@ context = ctrl+shift+period
|
|||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
frame_color = "#3B7C87"
|
frame_color = "#3B7C87"
|
||||||
foreground = "#d7d5d1"
|
foreground = "#d7d5d1"
|
||||||
background = "#191311"
|
#background = "#191311"
|
||||||
|
#background = "#2B313C"
|
||||||
#background = "#2B313C"
|
#background = "#2B313C"
|
||||||
timeout = 15
|
timeout = 15
|
||||||
|
|
||||||
|
@ -174,11 +174,13 @@ blur-kern = "5,5,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1";
|
|||||||
|
|
||||||
# Exclude conditions for background blur.
|
# Exclude conditions for background blur.
|
||||||
# blur-background-exclude = []
|
# blur-background-exclude = []
|
||||||
#blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
# "window_type = 'dock'",
|
"window_type = 'dock'",
|
||||||
# "window_type = 'desktop'",
|
"window_type = 'desktop'",
|
||||||
# "_GTK_FRAME_EXTENTS@:c"
|
"name= 'slop'",
|
||||||
#];
|
"class_g = 'slop'",
|
||||||
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
|
];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# General Settings #
|
# General Settings #
|
||||||
|
Loading…
Reference in New Issue
Block a user