diff options
author | streetturtle <streetturtle@gmail.com> | 2017-12-27 13:29:58 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2017-12-27 13:29:58 -0500 |
commit | 3ee752ed713445948c17687bdb0fbc84608f6ae5 (patch) | |
tree | bfdc58e8b8df5bcbd36f9c10f3b442b6a40610eb | |
parent | b16ee082c2008ca866da9eaa5566f78a63528ef2 (diff) |
remove unnecessary section from main readme
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |