22 lines
373 B
Markdown
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
|
|
```
|