Skip to content

Instantly share code, notes, and snippets.

@guziy
Created September 12, 2026 12:42
Show Gist options
  • Select an option

  • Save guziy/c214b790a8c7c46a2296868becdca5a3 to your computer and use it in GitHub Desktop.

Select an option

Save guziy/c214b790a8c7c46a2296868becdca5a3 to your computer and use it in GitHub Desktop.
Randomly rotate wallpapers on login in Omarchy Linux
-- this goes to your .config/hypr/autostart.lua
o.launch_on_start([[
bash -c 'omarchy theme bg-set "$(find /home/sasha/Pictures/wallpapers/ -type f \( -name "*.jpg" -o -name "*.png" \) | shuf -n 1)"
'
]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment