From bb23229f682600d34115260e60401b2c8c6a3a20 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sat, 17 Jul 2021 16:40:48 +0300 Subject: [PATCH] Change compositor related settings --- .config/picom/picom.conf | 13 ++++++++----- .config/polybar/config | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5de3528..c2f8d63 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -16,7 +16,7 @@ blur-background-frame = true; blur-background-fixed = true; blur-kern = "3x3box"; blur-method = "dual_kawase"; -blur-strength = 16; +blur-strength = 2; blur-background-exclude = [ "class_g = 'slop'", "class_g = 'XAVA'", @@ -28,14 +28,17 @@ blur-background-exclude = [ shadow = true; shadow-radius = 12; shadow-opacity = 0.25; -shadow-offset-x = -7; -shadow-offset-y = -7; +shadow-offset-x = -9; +shadow-offset-y = -9; shadow-exclude = [ "class_g = 'XAVA'" ]; fading = true; -fade-in-step = 0.16; -fade-out-step = 0.16; +fade-in-step = 0.056; +fade-out-step = 0.06; fade-exclude = [ ]; + +# Do not fade on window open/close. +no-fading-openclose = true diff --git a/.config/polybar/config b/.config/polybar/config index 8b3f40e..7489d8d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -63,7 +63,7 @@ override-redirect = true wm-restack = i3 - background = #1E222A + background = #dd1E222A foreground = ${colors.foreground} padding-left = 1