Fix several typos

This commit is contained in:
Emma Nora Theuer 2024-05-26 23:47:48 +02:00
parent d265f42fff
commit 6a3354061d

View file

@ -16,7 +16,7 @@ Reading from a TOML config will be added very soon.
** Requirements: ** Requirements:
+ Python 3.5+ + Python 3.5+
+ The APScheduler library for python (install python-apscheduler on most Linux distributions, otherwise, install apscheduler with pip or your preferred python package manager of choice) + The APScheduler library for python (install python-apscheduler on most Linux distributions, otherwise, install apscheduler with pip or your preferred python package manager of choice)
> feh + feh
** How to install it? ** How to install it?
+ Clone this git repo + Clone this git repo
@ -30,7 +30,7 @@ touch ~/.local/share/wallman/wallman.log
+ Profit + Profit
** TODO: ** TODO:
- Add support for reading from a TOML config files (Should be added very soon) - Add support for reading from a TOML config file (Should be added very soon)
- Add support for setting wallpapers that change with the weather - Add support for setting wallpapers that change with the weather
- Add support for live wallpapers - Add support for live wallpapers
- Drop the feh dependency and use python-xlib and pywlroots instead - Drop the feh dependency and use python-xlib and pywlroots instead