mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-14 08:32:39 +02:00
feat: comments for wallpaper_random.py
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
"""
|
||||||
|
This script will randomly select a wallpaper from the wallpapers directory.
|
||||||
|
It will skip the last wallpaper used, so that you don't get the same wallpaper.
|
||||||
|
|
||||||
|
It will also set the wallpaper using `feh` for X11, or `swaybg` for Wayland.
|
||||||
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import random
|
import random
|
||||||
|
|||||||
Reference in New Issue
Block a user