summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2017-12-27 13:29:58 -0500
committerstreetturtle <streetturtle@gmail.com>2017-12-27 13:29:58 -0500
commit3ee752ed713445948c17687bdb0fbc84608f6ae5 (patch)
treebfdc58e8b8df5bcbd36f9c10f3b442b6a40610eb /README.md
parentb16ee082c2008ca866da9eaa5566f78a63528ef2 (diff)
remove unnecessary section from main readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7ed124b..96e0dc8 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,7 @@ sprtr,
# Installation
-First install acpi which is used to get information about the battery, in Ubuntu it's just
-
-```bash
-sudo apt-get install acpi
-```
-
-Then clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
+Clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
```lua
require("awesome-wm-widgets.battery-widget.battery")
@@ -71,7 +65,7 @@ and then add widget to the wibox (you can search for **mytextclock** and add wid
}
```
-You will also need to install [Arc icon theme](https://github.com/horst3180/arc-icon-theme). By default it should be installed under **/usr/share/icons/Arc**. If you prefer different installation folder then you'll have to change path to the icons in the source code of the widget you want to use.
+You will also need to install [Arc icon theme](https://github.com/horst3180/arc-icon-theme) if widget uses icons. By default it should be installed under **/usr/share/icons/Arc**. If you prefer different installation folder then you'll have to change path to the icons in the source code of the widget you want to use.
# Icons