Add .local/bin/ path, slightly reduce picom blur strength
This commit is contained in:
parent
e2dae7b117
commit
8ca60f9c18
|
@ -40,4 +40,5 @@ in {
|
|||
zsh.enable = true;
|
||||
};
|
||||
fonts.fontconfig.enable = true;
|
||||
environment.localBinInPath = true;
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
settings = {
|
||||
blur = {
|
||||
method = "dual_kawase";
|
||||
strength = 7;
|
||||
strength = 5;
|
||||
background = false;
|
||||
background-frame = false;
|
||||
background-fixed = false;
|
||||
|
|
Loading…
Reference in a new issue