From 3ee752ed713445948c17687bdb0fbc84608f6ae5 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Wed, 27 Dec 2017 13:29:58 -0500 Subject: remove unnecessary section from main readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3