summaryrefslogtreecommitdiff
path: root/brightness-widget
diff options
context:
space:
mode:
Diffstat (limited to 'brightness-widget')
-rw-r--r--brightness-widget/README.md13
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**: