Compare commits
No commits in common. "636d384150bb29abea31523afdba9abf15ff83a0" and "be96d3962fa565f5dd2cd87cf24f51c1168986e1" have entirely different histories.
636d384150
...
be96d3962f
Before Width: | Height: | Size: 5 MiB After Width: | Height: | Size: 5 MiB |
|
@ -38,11 +38,8 @@ in
|
||||||
description = "Specify when Unite should hide window titlebars.";
|
description = "Specify when Unite should hide window titlebars.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
blur-my-shell = {
|
|
||||||
enable-blur = mkOpt bool true "Whether to enable blur-my-shell application blur.";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
wallpaper = mkOpt str (builtins.toString ./wallpapers/rocket-launch.jpg) "Specify the path of your prefered Gnome wallpaper.";
|
wallpaper = mkOpt str (builtins.toString ./background.png) "Specify the path of your prefered Gnome wallpaper.";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf osConfig.${namespace}.desktop.gnome.enable {
|
config = mkIf osConfig.${namespace}.desktop.gnome.enable {
|
||||||
|
@ -70,12 +67,6 @@ in
|
||||||
autofocus-windows = true;
|
autofocus-windows = true;
|
||||||
notifications-position = "right";
|
notifications-position = "right";
|
||||||
};
|
};
|
||||||
"org/gnome/shell/extensions/blur-my-shell/applications" = mkIf cfg.extensions.blur-my-shell.enable-blur {
|
|
||||||
blur = true;
|
|
||||||
sigma = 30;
|
|
||||||
opacity = 230;
|
|
||||||
enable-all = true;
|
|
||||||
};
|
|
||||||
"org/gnome/desktop/background" = {
|
"org/gnome/desktop/background" = {
|
||||||
picture-uri = cfg.wallpaper;
|
picture-uri = cfg.wallpaper;
|
||||||
picture-uri-dark = cfg.wallpaper;
|
picture-uri-dark = cfg.wallpaper;
|
||||||
|
|
Before Width: | Height: | Size: 166 KiB |
Before Width: | Height: | Size: 620 KiB |
Before Width: | Height: | Size: 549 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 4.1 MiB |
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 815 KiB |
Before Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 836 KiB |
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 707 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 760 KiB |
Before Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 864 KiB |
Before Width: | Height: | Size: 1,013 KiB |
Before Width: | Height: | Size: 256 KiB |
Before Width: | Height: | Size: 1.7 MiB |
Before Width: | Height: | Size: 5 MiB |