From d04ac873794895ef800b9a19068ad88ff86ac2d8 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 13 Jul 2015 18:40:29 +0200 Subject: Typo --- BatteryWidget/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'BatteryWidget/README.md') diff --git a/BatteryWidget/README.md b/BatteryWidget/README.md index 5e86ed1..b4e5232 100644 --- a/BatteryWidget/README.md +++ b/BatteryWidget/README.md @@ -7,18 +7,14 @@ And a pop-up window, which shows when you hover over it: ![Battery Widget](./bat ## Installation -This widget ueses the output of acpi tool. - +This widget uses the output of acpi tool. - install `acpi` tool: -- -{% highlight bash %} +``` sudo apt-get install acpi -{% endhighlight %} - +``` - clone/copy battery.lua file and battery-icons folder to your ~/home/username/.config/awesome/ folder; - add battery widget to your wibox in rc.lua: - -{% highlight lua%} +``` right_layout:add(batteryIcon) -{% endhighlight %} +``` -- cgit v1.2.3