working overlays
This commit is contained in:
parent
ea4ddd6dff
commit
9af3b867c6
3 changed files with 39 additions and 17 deletions
|
|
@ -4,13 +4,13 @@ let
|
|||
base = {
|
||||
services.picom = {
|
||||
enable = true;
|
||||
inactiveOpacity = "0.95";
|
||||
inactiveOpacity = "0.90";
|
||||
opacityRule = [
|
||||
"100:fullscreen"
|
||||
"80 :class_g = 'Polybar'"
|
||||
];
|
||||
blur = true;
|
||||
inactiveDim = "0.1";
|
||||
# inactiveDim = "0.1";
|
||||
experimentalBackends = true;
|
||||
extraOptions = ''
|
||||
corner-radius = 10;
|
||||
|
|
@ -29,8 +29,8 @@ let
|
|||
|
||||
# dual kawase blur
|
||||
blur-background-fixed = false;
|
||||
# blur-method = "dual_kawase";
|
||||
blur-strength = 10;
|
||||
blur-method = "dual_kawase";
|
||||
blur-strength = 5;
|
||||
use-ewmh-active-win = true;
|
||||
detect-rounded-corners = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue