Skip to content

Wallpapers

omfreebdy uses swaybg for wallpaper display. By default, it starts with a solid color background matching the active theme.

Image not found
Desktop with theme wallpaper

Swaybg is launched in ~/.config/hypr/conf/autostart.conf:

exec-once = swaybg -c "#2d353b"

The bg-next script cycles through wallpapers in the configured directory.

mise run bg-next

Background cycling can be bound to a key in Hyprland’s bindings config.

To set a static wallpaper image:

# Kill current swaybg and set a new wallpaper
pkill swaybg
swaybg -i /path/to/wallpaper.png -m fill &

To change the default solid color, edit the swaybg line in ~/.config/hypr/conf/autostart.conf.