From 34bcbfde48d6f1b8ba3cf7f8287c82548799d989 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 11 Feb 2019 08:41:31 -0500 Subject: [PATCH] Update brightness-widget.md --- _widgets/brightness-widget.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/_widgets/brightness-widget.md b/_widgets/brightness-widget.md index 6917505..b7051bd 100644 --- a/_widgets/brightness-widget.md +++ b/_widgets/brightness-widget.md @@ -58,19 +58,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**: