From 601bb63ab50b30578f27eccd5e0a604abdda52d8 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 29 Oct 2020 00:50:10 +0100 Subject: [PATCH] Changed opacity for termite & Emacs stuff --- picom/picom.conf | 2 +- termite/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index de3625b..60dd8fd 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -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 = 0; +blur-strength = 2; # blur-size = 2; # # blur-deviation = false diff --git a/termite/config b/termite/config index 28000b4..b725311 100644 --- a/termite/config +++ b/termite/config @@ -12,7 +12,7 @@ cursor = #d8d8d8 # 181818 (HEX) default cursor_foreground = rgba(24, 24, 24, 0.94) -background = rgba(24, 24, 24, 0.72) +background = rgba(24, 24, 24, 0.94) # a=0.94 highlight = #4c566a