Wallpapers
WP-01 // WALLPAPER
omfreebdy uses swaybg for wallpaper display. By default, it starts with a solid color background matching the active theme.
Image not found
Configuration
Section titled “Configuration”Swaybg is launched in ~/.config/hypr/conf/autostart.conf:
exec-once = swaybg -c "#2d353b"Wallpaper Cycling
Section titled “Wallpaper Cycling”The bg-next script cycles through wallpapers in the configured directory.
mise run bg-nextKey Bindings
Section titled “Key Bindings”Background cycling can be bound to a key in Hyprland’s bindings config.
Customization
Section titled “Customization”To set a static wallpaper image:
# Kill current swaybg and set a new wallpaperpkill swaybgswaybg -i /path/to/wallpaper.png -m fill &To change the default solid color, edit the swaybg line in ~/.config/hypr/conf/autostart.conf.