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:
parent
4646ddae36
commit
1eae7f9969
@ -223,7 +223,7 @@ visual_bell:
|
|||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.95
|
background_opacity: 0.85
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
@ -26,7 +26,7 @@ xinerama-shadow-crop = true;
|
|||||||
# Opacity
|
# Opacity
|
||||||
frame-opacity = 1.0;
|
frame-opacity = 1.0;
|
||||||
# active-opacity = 0.8;
|
# active-opacity = 0.8;
|
||||||
inactive-opacity = 0.7;
|
inactive-opacity = 0.6;
|
||||||
inactive-opacity-override = true;
|
inactive-opacity-override = true;
|
||||||
# inactive-dim = 0.2;
|
# inactive-dim = 0.2;
|
||||||
# inactive-dim-fixed = true;
|
# inactive-dim-fixed = true;
|
||||||
@ -38,7 +38,7 @@ opacity-rule = [
|
|||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "gaussian";
|
||||||
size = 43;
|
size = 47;
|
||||||
deviation = 25.0;
|
deviation = 25.0;
|
||||||
};
|
};
|
||||||
blur-background-frame = true;
|
blur-background-frame = true;
|
||||||
|
@ -7,7 +7,7 @@ size_hints = true
|
|||||||
[colors]
|
[colors]
|
||||||
cursor = #5294E2
|
cursor = #5294E2
|
||||||
foreground = #ECEFF1
|
foreground = #ECEFF1
|
||||||
background = rgba(56, 60, 74, 0.95)
|
background = rgba(56, 60, 74, 0.85)
|
||||||
highlight = #5294E2
|
highlight = #5294E2
|
||||||
|
|
||||||
# Colour order:
|
# Colour order:
|
||||||
|
Loading…
Reference in New Issue
Block a user