Add gnome extension to use random wallpapers

Add collection of wallpapers
This commit is contained in:
Pim Kunis 2024-06-13 23:32:04 +02:00
parent 9c83729db0
commit b6b5d5901c
24 changed files with 16 additions and 0 deletions

View file

@ -74,6 +74,7 @@
]) ++ (with pkgs.gnomeExtensions; [ ]) ++ (with pkgs.gnomeExtensions; [
pop-shell pop-shell
window-is-ready-remover window-is-ready-remover
random-wallpaper
]); ]);
gnome.excludePackages = (with pkgs; [ gnome.excludePackages = (with pkgs; [

View file

@ -207,6 +207,7 @@
"workspace-indicator@gnome-shell-extensions.gcampax.github.com" "workspace-indicator@gnome-shell-extensions.gcampax.github.com"
"pop-shell@system76.com" "pop-shell@system76.com"
"windowIsReady_Remover@nunofarruca@gmail.com" "windowIsReady_Remover@nunofarruca@gmail.com"
"randomwallpaper@iflow.space"
]; ];
}; };
@ -255,5 +256,19 @@
switch-to-workspace-4 = [ "<Super>4" ]; switch-to-workspace-4 = [ "<Super>4" ];
toggle-fullscreen = [ "<Super>f" ]; toggle-fullscreen = [ "<Super>f" ];
}; };
"org/gnome/shell/extensions/space-iflow-randomwallpaper" = {
auto-fetch = true;
change-type = 2;
hide-panel-icon = true;
history-length = 1;
hours = 1;
minutes = 30;
sources = [ "42" ];
fetch-on-startup = true;
};
"org/gnome/shell/extensions/space-iflow-randomwallpaper/sources/general/42".type = 4;
"org/gnome/shell/extensions/space-iflow-randomwallpaper/sources/localFolder/42".folder = "${flake}/wallpapers";
}; };
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB