add GNOME extension blur-my-shell
This commit is contained in:
parent
971adcc0f5
commit
ef9adf70a4
2 changed files with 14 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
gnomeExtensions.bluetooth-battery-meter
|
gnomeExtensions.bluetooth-battery-meter
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
gnomeExtensions.pop-shell
|
gnomeExtensions.pop-shell
|
||||||
|
gnomeExtensions.blur-my-shell
|
||||||
nautilus-open-any-terminal
|
nautilus-open-any-terminal
|
||||||
|
|
||||||
# Icons & Themes
|
# Icons & Themes
|
||||||
|
|
13
home.nix
13
home.nix
|
@ -89,6 +89,19 @@
|
||||||
hinting = "full";
|
hinting = "full";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"org/gnome/shell/extensions/blur-my-shell" = {
|
||||||
|
appfolder-dialog-opacity = 0.12;
|
||||||
|
blur-applications = false;
|
||||||
|
blur-dash = true;
|
||||||
|
blur-panel = false;
|
||||||
|
brightness = 0.6;
|
||||||
|
dash-opacity = 0.12;
|
||||||
|
debug = false;
|
||||||
|
hacks-level = 1;
|
||||||
|
hidetopbar = false;
|
||||||
|
sigma = 15;
|
||||||
|
};
|
||||||
|
|
||||||
"org/gnome/shell/extensions/pop-shell" = {
|
"org/gnome/shell/extensions/pop-shell" = {
|
||||||
active-hint = true;
|
active-hint = true;
|
||||||
active-hint-border-radius = 11;
|
active-hint-border-radius = 11;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue