diff options
author | Baitinq <30861839+Baitinq@users.noreply.github.com> | 2019-10-14 14:39:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 14:39:21 +0100 |
commit | 66aa2210eaf5a7590b96fe6d641d9937776a4613 (patch) | |
tree | a179cbe3829b5e5eb65e54836d696ee10cda84e6 | |
parent | Merge pull request #2 from Thytom/master (diff) | |
download | smart-wallpaper-66aa2210eaf5a7590b96fe6d641d9937776a4613.tar.gz smart-wallpaper-66aa2210eaf5a7590b96fe6d641d9937776a4613.tar.bz2 smart-wallpaper-66aa2210eaf5a7590b96fe6d641d9937776a4613.zip |
Removed -o option
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md index 213211b..65a2f33 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,11 @@ Usage: smart-wallpaper [FLAG]<br /> [-t]: OPTIONAL : set the time period (seconds) for the script to check if it is day or night<br /> [-f]: OPTIONAL : set the framerate for the gif. Lower framerates = lower CPU usage.<br \> [-r]: OPTIONAL : changes the wallpaper every day/night iteration<br /> - [-o]: OPTIONAL : [BETA] checks weather you are in fullscreen to stop the wallpaper (less cpu power)<br /> [-h]: OPTIONAL : print help message Example: ``` -smart-wallpaper -d /home/user/Wallpapers/DayWallpaperFolder -n /home/user/Wallpapers/NightWallpaperFolder -l 0:0 +smart-wallpaper -d /home/user/Wallpapers/DayWallpaperFolder -n /home/user/Wallpapers/NightWallpaperFolder -l 0:0 -f 15 ``` ## Contributing |