diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-24 15:03:11 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-06-24 15:03:11 +0200 |
| commit | 23a1ca8e96a968a2e4590ce6c69b7e2b4d412d38 (patch) | |
| tree | d62db18a5d0aee77747ab3fdb9fe2c0f6a02d05d /config | |
| parent | 04dce07b8605f8cb25183352f4e720f74fa2c0be (diff) | |
feat(picom): better opacity
Diffstat (limited to 'config')
| -rw-r--r-- | config/picom/picom.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/picom/picom.conf b/config/picom/picom.conf index 3c0855d..87f1dea 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -1,6 +1,6 @@ # Opacity -inactive-opacity = 0.65; -active-opacity = 0.9; +inactive-opacity = 0.4; +active-opacity = 0.8; # Border corner-radius = 6 |
