picom blur more reliable

This commit is contained in:
Alexander Bocken 2020-12-15 13:41:17 +01:00
parent 643396d0e6
commit 6ecafeffc1
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8
3 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,6 @@
!! Transparency (0-1):
*.alpha: 0.8
st.alpha: 0.1
!! Set a default font and font size as below:

View File

@ -53,7 +53,7 @@ word_wrap = yes
ignore_newline = no
# Hide duplicate's count and stack them
stack_duplicates = yes
stack_duplicates = no
hide_duplicates_count = yes
@ -79,7 +79,7 @@ shrink = no
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing windowmanager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 10
transparency = 0
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
@ -183,7 +183,8 @@ context = ctrl+shift+period
# Otherwise the "#" and following would be interpreted as a comment.
frame_color = "#3B7C87"
foreground = "#d7d5d1"
background = "#191311"
#background = "#191311"
#background = "#2B313C"
#background = "#2B313C"
timeout = 15

View File

@ -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.
# blur-background-exclude = []
#blur-background-exclude = [
# "window_type = 'dock'",
# "window_type = 'desktop'",
# "_GTK_FRAME_EXTENTS@:c"
#];
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"name= 'slop'",
"class_g = 'slop'",
"_GTK_FRAME_EXTENTS@:c"
];
#################################
# General Settings #