Removed unneeded blurring effects

lightmode
E. Almqvist 4 years ago
parent 16f30ecead
commit d33165d7e9
  1. 14
      picom/picom.conf
  2. 2
      termite/config

@ -8,22 +8,22 @@
# unless explicitly requested using the wintypes option.
#
# shadow = false
shadow = false;
shadow = true;
# The blur radius for shadows, in pixels. (defaults to 12)
# shadow-radius = 12
shadow-radius = 7;
shadow-radius = 12;
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75)
# shadow-opacity = .75
# The left offset for shadows, in pixels. (defaults to -15)
# shadow-offset-x = -15
shadow-offset-x = -7;
shadow-offset-x = -15;
# The top offset for shadows, in pixels. (defaults to -15)
# shadow-offset-y = -15
shadow-offset-y = -7;
shadow-offset-y = -15;
# Red color value of shadow (0.0 - 1.0, defaults to 0).
# shadow-red = 0
@ -75,11 +75,11 @@ fading = true;
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
fade-in-step = 0.045;
fade-in-step = 0.035;
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
# fade-out-step = 0.03
fade-out-step = 0.045;
fade-out-step = 0.035;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10
@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase";
blur-strength = 2;
blur-strength = 0;
# blur-size = 2;
#
# blur-deviation = false

@ -9,7 +9,7 @@ cursor = #d8d8d8
# 181818 (HEX) default
cursor_foreground = rgba(24, 24, 24, 0.8)
background = rgba(29, 31, 33, 0.94)
background = rgba(29, 31, 33, 1)
# 1d1f21
# a=0.94
highlight = #161719

Loading…
Cancel
Save