summaryrefslogtreecommitdiff
path: root/battery-widget/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'battery-widget/README.md')
-rw-r--r--battery-widget/README.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/battery-widget/README.md b/battery-widget/README.md
index 4a69c1d..7826430 100644
--- a/battery-widget/README.md
+++ b/battery-widget/README.md
@@ -26,17 +26,4 @@ $ acpi
Battery 0: Discharging, 66%, 02:34:06 remaining
```
-- clone/copy **battery.lua** file to **~/.config/awesome/** folder;
-
-- include **battery.lua** and add battery widget to your wibox in **rc.lua**:
-
-```lua
-require("battery")
-...
-s.mytasklist, -- Middle widget
- { -- Right widgets
- layout = wibox.layout.fixed.horizontal,
- ...
- battery_widget,
- ...
-```
+Then refer to the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo.