Regenerated

This commit is contained in:
2026-03-25 20:46:28 +00:00
parent fa44f9863b
commit 5bc4b819f4
2295 changed files with 82198 additions and 42 deletions
@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/pictures/5.jpg

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 270 KiB

@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/pictures/6.jpg

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 173 KiB

@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/pictures/7.jpg

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 962 KiB

@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/videos/dark_water_large.mp4
@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/videos/white_blobs_small.mp4
@@ -1 +0,0 @@
/nix/store/hqg1qv89c89x5z6hyafbbyc0ncy0jbqs-home-manager-files/nixos_conf/wallpaperstuff/wallpaper.conf
@@ -0,0 +1,41 @@
##############################################
# 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)