update readme
This commit is contained in:
parent
7ae22f639b
commit
732794d282
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -15,4 +15,18 @@ $ make
|
||||||
|
|
||||||
## 🧪 How to use the project
|
## 🧪 How to use the project
|
||||||
|
|
||||||
TODO.
|
To start, you need to create a configuration file in YAML format. This file consists of two keys: `default` to define the path of the default wallpaper, and `workspaces` which allows you to associate each workspace with its corresponding wallpaper.
|
||||||
|
|
||||||
|
```
|
||||||
|
default: /home/alice/wallpapers/default.jpg
|
||||||
|
workspaces:
|
||||||
|
"Name of the workspace 1": /home/alice/wallpapers/1.jpg
|
||||||
|
"Name of the workspace 2": /home/alice/wallpapers/2.jpg
|
||||||
|
"Name of the workspace 3": /home/alice/wallpapers/3.jpg
|
||||||
|
```
|
||||||
|
|
||||||
|
Next, you simply need to run `i3-wallpaper-manager` while specify the path to the configuration file.
|
||||||
|
|
||||||
|
```
|
||||||
|
i3-wallpaper-manager ./config.yaml
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue