summaryrefslogtreecommitdiff
path: root/BatteryWidget/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2015-07-13 18:40:29 +0200
committerstreetturtle <streetturtle@users.noreply.github.com>2015-07-13 18:40:29 +0200
commitd04ac873794895ef800b9a19068ad88ff86ac2d8 (patch)
tree9faf5b1467b1d94a9fe1650bbf3777e24678cd8b /BatteryWidget/README.md
parentd79cc9727a5f0a0f9ce3f56c26d0175181ad1c28 (diff)
Typo
Diffstat (limited to 'BatteryWidget/README.md')
-rw-r--r--BatteryWidget/README.md14
1 files changed, 5 insertions, 9 deletions
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 %}
+```