From f70e0ec86bcd41832d94486504363a7fcace613f Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 13 Oct 2017 11:31:18 -0400 Subject: Update README.md --- battery-widget/README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/battery-widget/README.md b/battery-widget/README.md index 4a69c1d..7826430 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -26,17 +26,4 @@ $ acpi Battery 0: Discharging, 66%, 02:34:06 remaining ``` -- clone/copy **battery.lua** file to **~/.config/awesome/** folder; - -- include **battery.lua** and add battery widget to your wibox in **rc.lua**: - -```lua -require("battery") -... -s.mytasklist, -- Middle widget - { -- Right widgets - layout = wibox.layout.fixed.horizontal, - ... - battery_widget, - ... -``` +Then refer to the [installation](https://github.com/streetturtle/awesome-wm-widgets#installation) section of the repo. -- cgit v1.2.3 From 842b94b1cc8e82d07f4a9dbee6f66cc97e8a704c Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 20 Oct 2017 21:30:58 -0400 Subject: Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6905cb..d9eac82 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ From left to right: - [batteryarc-widget](https://github.com/streetturtle/AwesomeWM/tree/master/batteryarc-widget) - [battery-widget](https://github.com/streetturtle/AwesomeWM/tree/master/battery-widget) -These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily -changed to any other icon theme. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets: +Some of these widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily +changed to any other icon theme or custom icons. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets: ```lua ... @@ -39,7 +39,7 @@ sprtr, # Installation -Clone 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") -- cgit v1.2.3 From f548636042bf134620a689659f3af03c8bffe273 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 20 Oct 2017 21:37:49 -0400 Subject: Update README.md --- volumebar-widget/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/volumebar-widget/README.md b/volumebar-widget/README.md index 8254b49..2198f6d 100644 --- a/volumebar-widget/README.md +++ b/volumebar-widget/README.md @@ -23,3 +23,7 @@ s.mytasklist, -- Middle widget volumebar_widget, ... ``` + +## Troubleshooting + +If the bar is not showing up, try to decrease top or bottom margin - widget uses hardcoded margins for vertical alignment, so if your wibox is too small then bar is simply hidden by the margins. -- cgit v1.2.3 From c90a92ea4d6085dd48eae9b6bac084e6545a7420 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Fri, 20 Oct 2017 21:52:25 -0400 Subject: Update README.md --- brightness-widget/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brightness-widget/README.md b/brightness-widget/README.md index d7690b4..ca33fd3 100644 --- a/brightness-widget/README.md +++ b/brightness-widget/README.md @@ -45,6 +45,8 @@ s.mywibox:setup { brightness_widget ``` +## Controls + In order to change brightness by shortcuts you can add them to the `globalkeys` table in the **rc.lua**: ```lua -- cgit v1.2.3 From 948edd75b17d1163bfed0953a3837b7ed7326fec Mon Sep 17 00:00:00 2001 From: streetturtle Date: Thu, 2 Nov 2017 10:17:19 -0400 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9eac82..c939f80 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# AwesomeWM - +# Awesome WM widgets + Set of super simple widgets compatible with Awesome Window Manager v.4+. ![screenshot](./screenshot.png) -- cgit v1.2.3