diff --git a/hyprpaper/.config/hypr/hyprpaper.conf b/hyprpaper/.config/hypr/hyprpaper.conf index 69d4b2a..f5e5141 100644 --- a/hyprpaper/.config/hypr/hyprpaper.conf +++ b/hyprpaper/.config/hypr/hyprpaper.conf @@ -1,4 +1,7 @@ # https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/ -# TODO: Update these to be wallpapers I want -preload = ~/.config/backgrounds/shaded.png -wallpaper = , ~/.config/backgrounds/shaded.png +wallpaper { + monitor = + path = $HOME/.config/backgrounds + fit_mode = cover # but maybe fill? + timeout = 900 # 15 minutes in seconds +}