Update README.md

This commit is contained in:
streetturtle 2021-07-22 20:37:50 -04:00 committed by GitHub
parent 0080a55d42
commit ff0508ffc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@ Please consult a **noobie.schema.json** for details. Below are few important exc
noobie_exmaple_1{ path = os.getenv("HOME") .. '/.config/awesome/noobie/test.sh' },
noobie_exmaple_2{ path = os.getenv("HOME") .. '/.config/awesome/noobie/othertest.py' },
```
If your widget is static you can define it in a JSON file and use like this:
```lua
noobie_exmaple_1{ path = 'cat ' .. os.getenv("HOME") .. '/.config/awesome/noobie/test.json' },
```
# Troubleshooting