fix(docs): typos (#177)

This commit is contained in:
R o m u l l o 2021-05-18 11:39:35 -03:00 committed by GitHub
parent 28c57afcd6
commit f26d91f455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Here you will find help if something doesn't work, if the issue isn't listed her
### Eww does not work on wayland ### Eww does not work on wayland
1. Make sure you compiled eww with the `--no-default-features --feature=wayland` flags. 1. Make sure you compiled eww with the `--no-default-features --features=wayland` flags.
2. Make sure that you're not trying to use X11-specific features (these are (hopefully) explicitly specified as such in the documentation). 2. Make sure that you're not trying to use X11-specific features (these are (hopefully) explicitly specified as such in the documentation).
### My scss isn't being loaded! ### My scss isn't being loaded!
@ -28,7 +28,7 @@ If none of these fixed your problem [open an issue on the GitHub repo](https://g
### Eww can't find my configuration file! ### Eww can't find my configuration file!
1. It's incorrectly named or it's in the wrong place (it should be called `eww.xml` in the `$HOME/.config/eww` folder) 1. It's incorrectly named or it's in the wrong place (it should be called `eww.xml` in the `$HOME/.config/eww` folder)
2. You haven't started eww correctly or you started it wrong. 2. You haven't started eww correctly or you started it wrong.
### Something isn't styled correctly! ### Something isn't styled correctly!
@ -40,16 +40,17 @@ If none of these fixed your problem [open an issue on the GitHub repo](https://g
You should try the following things, before opening a issue or doing more specialized troubleshooting: You should try the following things, before opening a issue or doing more specialized troubleshooting:
- Kill the eww daemon by running `eww kill` and restart it with `eww --debug daemon` to get additional log output. - Kill the eww daemon by running `eww kill` and restart it with `eww --debug daemon` to get additional log output.
- Now you can take a look at the logs by running `eww logs`. - Now you can take a look at the logs by running `eww logs`.
- use `eww state`, to see the state of all variables - use `eww state`, to see the state of all variables
- use `eww debug`, to see the xml of your widget and other information - use `eww debug`, to see the xml of your widget and other information
- update to the latest eww version - update to the latest eww version
- sometimes hot reloading doesn't work. restart the widget in that case - sometimes hot reloading doesn't work. restart the widget in that case
If you're experiencing issues printing variables, try to print them in quotes, so e.g. If you're experiencing issues printing variables, try to print them in quotes, so e.g.
``` ```
onchange="notify-send '{}'" onchange="notify-send '{}'"
``` ```
Remember, if your issue isn't listed here, [open an issue on the GitHub repo](https://github.com/elkowar/eww/issues). Remember, if your issue isn't listed here, [open an issue on the GitHub repo](https://github.com/elkowar/eww/issues).