1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

terminal: tweak opacity/blur visuals

This commit is contained in:
2019-12-14 22:15:56 +00:00
parent 4646ddae36
commit 1eae7f9969
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ xinerama-shadow-crop = true;
# Opacity
frame-opacity = 1.0;
# active-opacity = 0.8;
inactive-opacity = 0.7;
inactive-opacity = 0.6;
inactive-opacity-override = true;
# inactive-dim = 0.2;
# inactive-dim-fixed = true;
@ -38,7 +38,7 @@ opacity-rule = [
blur:
{
method = "gaussian";
size = 43;
size = 47;
deviation = 25.0;
};
blur-background-frame = true;