Regenerated
@@ -728,8 +728,8 @@ let
|
|||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
homeDir = "/home/${username}";
|
homeDir = "/home/${username}";
|
||||||
|
|
||||||
wallpaperSrc = "${flakeRoot}/assets/traveldroid/copy_2_home/wallpaperstuff";
|
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
||||||
wallpaperDst = "${homeDir}/wallpaperstuff";
|
wallpaperDst = "${homeDir}/Wallpapers";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
#################################
|
#################################
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 270 KiB After Width: | Height: | Size: 270 KiB |
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 173 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 962 KiB After Width: | Height: | Size: 962 KiB |
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
|
Before Width: | Height: | Size: 290 KiB After Width: | Height: | Size: 290 KiB |
|
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 306 KiB |
|
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 391 KiB |
|
Before Width: | Height: | Size: 203 KiB After Width: | Height: | Size: 203 KiB |
|
Before Width: | Height: | Size: 382 KiB After Width: | Height: | Size: 382 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 221 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 112 KiB |
@@ -1,41 +0,0 @@
|
|||||||
##############################################
|
|
||||||
# Wallpaper config (wpaperd, TOML)
|
|
||||||
#
|
|
||||||
# Source-of-truth in repo:
|
|
||||||
# ~/henrovnix/assets/conf/desktop/wallpaper/wallpaper.conf
|
|
||||||
#
|
|
||||||
# Runtime override (user edits this):
|
|
||||||
# ~/conf/desktop/wallpaper/wallpaper.conf
|
|
||||||
#
|
|
||||||
# Wallpapers are copied from repo to:
|
|
||||||
# ~/wallpapers/
|
|
||||||
# and by default loaded from:
|
|
||||||
# ~/wallpapers/pictures
|
|
||||||
##############################################
|
|
||||||
|
|
||||||
[default]
|
|
||||||
# Directory to pick wallpapers from
|
|
||||||
path = "~/nixos_conf/wallpaperstuff/pictures"
|
|
||||||
|
|
||||||
# Switch every X minutes
|
|
||||||
duration = "5m"
|
|
||||||
|
|
||||||
# Random order (ascending/descending/random)
|
|
||||||
sorting = "random"
|
|
||||||
|
|
||||||
# Include subfolders
|
|
||||||
recursive = true
|
|
||||||
|
|
||||||
# How to fit wallpaper on screen
|
|
||||||
mode = "stretch"
|
|
||||||
|
|
||||||
# Transition time in milliseconds
|
|
||||||
transition-time = 5000
|
|
||||||
|
|
||||||
# Apply a "fade-like" transition (uses gl-transitions)
|
|
||||||
[default.transition.dissolve]
|
|
||||||
# (leave empty to use the transition defaults)
|
|
||||||
|
|
||||||
# Apply these defaults to any monitor not explicitly listed
|
|
||||||
[any]
|
|
||||||
# (inherits [default]; keep empty unless you want overrides)
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
[default]
|
|
||||||
mode = "stretch"
|
|
||||||
|
|
||||||
# Fallback for outputs not explicitly listed:
|
|
||||||
[any]
|
|
||||||
path = "/home/henrov/nixos_conf/wallpaperstuff/pictures"
|
|
||||||
@@ -4,8 +4,8 @@ let
|
|||||||
username = config.defaultUser or "henrov";
|
username = config.defaultUser or "henrov";
|
||||||
homeDir = "/home/${username}";
|
homeDir = "/home/${username}";
|
||||||
|
|
||||||
wallpaperSrc = "${flakeRoot}/assets/traveldroid/copy_2_home/wallpaperstuff";
|
wallpaperSrc = "${flakeRoot}/assets/traveldroid/Wallpapers";
|
||||||
wallpaperDst = "${homeDir}/wallpaperstuff";
|
wallpaperDst = "${homeDir}/Wallpapers";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
#################################
|
#################################
|
||||||
|
|||||||