laptop
Elias Almqvist 1 year ago
parent 71ac56387b
commit 82e334e563
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      eww/.config/eww/eww.scss
  2. 6
      picom/.config/picom/picom.conf

@ -40,7 +40,7 @@ tooltip {
.bar-1, .bar-1,
.bar-2 { .bar-2 {
background-color: rgba(29, 31, 33, 0.75); background-color: rgba(29, 31, 33, 0.45);
} }
.main-cont { .main-cont {

@ -78,7 +78,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ];
# Parameters for background blurring, see the *BLUR* section for more information. # Parameters for background blurring, see the *BLUR* section for more information.
blur-method = "dual_kawase"; blur-method = "dual_kawase";
blur-strength = 4; blur-strength = 400;
blur-size = 2; blur-size = 2;
# Blur background of semi-transparent / ARGB windows. # Blur background of semi-transparent / ARGB windows.
@ -101,7 +101,7 @@ blur-background-fixed = true
# Specify the blur convolution kernel, with the following format: # Specify the blur convolution kernel, with the following format:
# example: # example:
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"; # 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";
# #
# blur-kern = "" # blur-kern = ""
# blur-kern = "3x3box"; # blur-kern = "3x3box";
@ -328,7 +328,7 @@ log-level = "warn";
################################# #################################
# Corners # # Corners #
################################# #################################
corner-radius = 8.0; corner-radius = 12.0;
rounded-corners-exclude = [ rounded-corners-exclude = [
#"window_type = 'normal'", #"window_type = 'normal'",
# "class_g = 'awesome'", # "class_g = 'awesome'",

Loading…
Cancel
Save