mirror of
https://github.com/fredrikr79/nixos.git
synced 2025-12-16 06:47:24 +01:00
add blur to terminal with picom
This commit is contained in:
@@ -274,7 +274,18 @@ in
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
};
|
||||
|
||||
services.picom.enable = true;
|
||||
services.picom = {
|
||||
enable = true;
|
||||
vSync = true;
|
||||
settings = {
|
||||
backend = "glx";
|
||||
blur = {
|
||||
method = "gaussian";
|
||||
size = 10;
|
||||
deviation = 5.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# systemd.services.background-image = {
|
||||
# wantedBy = [ "multi-user.target" ];
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[window]
|
||||
opacity = 0.7
|
||||
opacity = 0.5
|
||||
|
||||
[window.class]
|
||||
general = "Alacritty"
|
||||
|
||||
Reference in New Issue
Block a user