diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2017-09-06 10:17:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 10:17:31 -0400 |
commit | 63ed7eaf97e2f30a78733679171b3611bb2d6927 (patch) | |
tree | bf0e7aaba02da027ed9aee500fd4e8fcac07bde7 | |
parent | e0249737e711013584c7a1330ccd983d3056e190 (diff) |
Update README.md
-rw-r--r-- | brightness-widget/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/brightness-widget/README.md b/brightness-widget/README.md index 3f23de5..d7690b4 100644 --- a/brightness-widget/README.md +++ b/brightness-widget/README.md @@ -30,6 +30,7 @@ Firstly you need to get the current brightness level. There are two options: light -G 49.18 ``` +Depending on the chosen option change `get_brightness_cmd` variable in **brightness.lua**. Then in **rc.lua** add the import on top of the file and then add widget to the wibox: |