mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-05-21 19:09:48 +02:00
✨ Enable active application blur through blur-my-shell
This commit is contained in:
parent
5087472710
commit
65ef160a32
3 changed files with 5 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
||||||
### Jetbrains
|
### Jetbrains
|
||||||
/.idea
|
/.idea
|
||||||
|
|
||||||
|
# Nix build-vm ouputs
|
||||||
|
*.qcow2
|
||||||
|
/result
|
||||||
|
|
|
@ -75,6 +75,7 @@ in
|
||||||
sigma = 30;
|
sigma = 30;
|
||||||
opacity = 230;
|
opacity = 230;
|
||||||
enable-all = true;
|
enable-all = true;
|
||||||
|
dynamic-opacity = false;
|
||||||
};
|
};
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = cfg.wallpaper;
|
picture-uri = cfg.wallpaper;
|
||||||
|
|
|
@ -46,7 +46,6 @@ in {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
blackbox-terminal # Terminal app
|
|
||||||
resources # System resource manager
|
resources # System resource manager
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue