You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,23 +86,23 @@ There are a few different ways to use dyn-wall-rs from the command line using th
86
86
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.
87
87
88
88
***--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.
90
90
91
91
***--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.
93
93
94
94
***--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.
96
96
97
97
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.
98
98
99
99
### Config File
100
100
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.
101
101
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.
103
103
104
104
### 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.
106
106
107
107
## Supported Desktop Environments
108
108
* Windows
@@ -116,8 +116,5 @@ In order to sync the changing of wallpapers according to the sunset and sunrise
116
116
* XFCE
117
117
* Window Managers that can have their wallpaper set using Feh
0 commit comments