First commit
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.7 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 425 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 962 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 270 KiB |
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,41 @@
|
||||
##############################################
|
||||
# Wallpaper config (wpaperd, TOML)
|
||||
#
|
||||
# Source-of-truth in repo:
|
||||
# ~/system-master/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 60 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 = 2500
|
||||
|
||||
# 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)
|
||||
Reference in New Issue
Block a user