From 82e334e56321aacdde625e25abdd2fbf06e76c52 Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 16 Jun 2023 22:07:02 +0200 Subject: [PATCH] Changes --- eww/.config/eww/eww.scss | 2 +- picom/.config/picom/picom.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eww/.config/eww/eww.scss b/eww/.config/eww/eww.scss index 99badf4..dac9129 100644 --- a/eww/.config/eww/eww.scss +++ b/eww/.config/eww/eww.scss @@ -40,7 +40,7 @@ tooltip { .bar-1, .bar-2 { - background-color: rgba(29, 31, 33, 0.75); + background-color: rgba(29, 31, 33, 0.45); } .main-cont { diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 3efb6b5..ba28a41 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -78,7 +78,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 4; +blur-strength = 400; blur-size = 2; # Blur background of semi-transparent / ARGB windows. @@ -101,7 +101,7 @@ blur-background-fixed = true # Specify the blur convolution kernel, with the following format: # 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 = "3x3box"; @@ -328,7 +328,7 @@ log-level = "warn"; ################################# # Corners # ################################# -corner-radius = 8.0; +corner-radius = 12.0; rounded-corners-exclude = [ #"window_type = 'normal'", # "class_g = 'awesome'",