xkcd-background/README.md
2024-09-10 23:40:21 +02:00

22 lines
373 B
Markdown

# xkcd background
Downloads and set your gnome/cinnamon wallpaper to the current xkcd
## Dependencies
- `deno`
- `imagemagick`
- `wget`
## Usage
```sh
./update.ts
```
For init scripts, it is recommended to wait for network access before updating to avoid fetching errors, the
`wait-for-network-then-update` does precisely that :
```sh
./wait-network-then-update
```