Skip to content

Commit 8a3fe79

Browse files
author
RAR27
authored
Updated to reflect new version
1 parent 9de4d6d commit 8a3fe79

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,23 +86,23 @@ There are a few different ways to use dyn-wall-rs from the command line using th
8686
Uses the specified method as the backend to change the wallpaper. Type a supported DE name to use that DE's wallpaper changing command (Case insensitive), or type out a custom command to use as a backend. Similar to the `program` option, you can use `!WALL` in place of where the path of the wallpaper should be.
8787

8888
* **--lat \<LATITUDE>**\
89-
Latitude of current location. Requires the use of the `long` and `elevation` options as well
89+
Latitude of current location. Requires the use of the `long` option as well.
9090

9191
* **--long \<LONGITUDE>**\
92-
Longitude of current location. Requires the use of the `lat` and `elevation` options as well
92+
Longitude of current location. Requires the use of the `lat` option as well.
9393

9494
* **--elevation \<ELEVATION>**\
95-
Elevation of current location. Requires the use of the `lat` and `long` options as well
95+
Elevation of current location. Optional. Use alongside `long` and `lat` options for a more accurate sunset and sunrise reading.
9696

9797
Once you figure out which options you want to use and test it to make sure its working how you want it to, have the command autostart on boot.
9898

9999
### Config File
100100
dyn-wall-rs can also be configured through a config file. When you run the program for the first time, a config file will be created at `~/.config/dyn-wall-rs/config.toml` for Unix systems, and `C:\Users\<USER NAME>\AppData\Roaming\dyn-wall-rs.toml` on Windows.
101101

102-
Through this config file, you can use the same configuration options as through the command line, as well as use your own custom timings. If you would like to use custom timings, but configure everything else through the command line, you are able to do so. More details can be found in the automatically created config file.
102+
Through this config file, you can use the same configuration options as through the command line (except the `schedule` option), as well as use your own custom timings. If you would like to configure certain parameters from the config file, and others from the command line, you are able to do so. More details can be found in the automatically created config file.
103103

104104
### Syncing to the sun
105-
In order to sync the changing of wallpapers according to the sunset and sunrise timings, create directories within the master directory named "night" and "day". This will cycle through the wallpapers in the "day" directory if the current time is before the sunset time, and will cycle through the wallpapers in the "night" directory. After the directories are created and the wallpapers are placed in them, specify your latitude, longitude, and elevation, and let the program do its work! You can find your coordinates through [this](https://www.mapcoordinates.net/en) website.
105+
In order to sync the changing of wallpapers according to the sunset and sunrise timings, create directories within the master directory named `night` and `day`. This will cycle through the wallpapers in the `day` directory if the current time is before the sunset time, and will cycle through the wallpapers in the `night` directory. After the directories are created and the wallpapers are placed in them, specify your latitude, longitude, and elevation (optional), and let the program do its work! You can find your coordinates through [this](https://www.mapcoordinates.net/en) website.
106106

107107
## Supported Desktop Environments
108108
* Windows
@@ -116,8 +116,5 @@ In order to sync the changing of wallpapers according to the sunset and sunrise
116116
* XFCE
117117
* Window Managers that can have their wallpaper set using Feh
118118

119-
## Planned Feature(s)
120-
121-
122119
[RELEASES]: https://github.com/RAR27/dyn-wall-rs/releases
123120
[DEMO]: https://raw.githubusercontent.com/RAR27/dyn-wall-rs/master/demo.gif

0 commit comments

Comments
 (0)