diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2019-02-11 08:41:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 08:41:46 -0500 |
commit | e972b55c0c3b18409adec1a6655bbdc4dcddbb53 (patch) | |
tree | 6eec5f8e51fd17ed9497dc805e87abd7b5af9747 /brightness-widget | |
parent | 0cce59c09a283e459dec7fcc484ae5236f4ee64e (diff) |
Update README.md
Diffstat (limited to 'brightness-widget')
-rw-r--r-- | brightness-widget/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/brightness-widget/README.md b/brightness-widget/README.md index a2aecf7..5d592b6 100644 --- a/brightness-widget/README.md +++ b/brightness-widget/README.md @@ -54,19 +54,6 @@ s.mytasklist, -- Middle widget ... ``` -Then in **rc.lua** add the import on top of the file and then add widget to the wibox: - -```lua -require("awesome-wm-widgets.brightness-widget.brightness") -... --- Add widgets to the wibox -s.mywibox:setup { -... -{ -- Right widgets -... -brightness_widget -``` - ## Controls In order to change brightness by shortcuts you can add them to the `globalkeys` table in the **rc.lua**: |