Added
This commit is contained in:
BIN
avatar/avatar_sloth.png
Normal file
BIN
avatar/avatar_sloth.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
24
programs/wm/common/wallpaper/waypaper.ini
Normal file
24
programs/wm/common/wallpaper/waypaper.ini
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
[Settings]
|
||||||
|
# Which backend to use
|
||||||
|
backend = swww
|
||||||
|
|
||||||
|
# Wallpaper directory to browse
|
||||||
|
wallpaper_dirs = ~/Pictures/Wallpapers/
|
||||||
|
|
||||||
|
# Transition settings for swww
|
||||||
|
swww_transition = wave
|
||||||
|
swww_fps = 30
|
||||||
|
swww_duration = 0.7
|
||||||
|
|
||||||
|
# Restore wallpaper on startup
|
||||||
|
restore_last = true
|
||||||
|
|
||||||
|
# Fit options: fill | contain | cover | center | tile
|
||||||
|
mode = fill
|
||||||
|
|
||||||
|
# Enable preview thumbnails
|
||||||
|
show_thumbnails = true
|
||||||
|
|
||||||
|
# Random wallpaper button
|
||||||
|
random = true
|
||||||
|
|
||||||
13
programs/wm/common/wallpaper/waypaper.nix
Normal file
13
programs/wm/common/wallpaper/waypaper.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ waypaper ];
|
||||||
|
|
||||||
|
home.file = {
|
||||||
|
".config/waypaper/config.ini" = {
|
||||||
|
source = ./waypaper.ini;
|
||||||
|
force = true;
|
||||||
|
recursive = false;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
../../programs/wm/common/notifier/mako.nix
|
../../programs/wm/common/notifier/mako.nix
|
||||||
../../programs/wm/common/wallpaper/swww.nix
|
../../programs/wm/common/wallpaper/swww.nix
|
||||||
|
../../programs/wm/common/wallpaper/waypaper.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|||||||
Reference in New Issue
Block a user