From aa09ea468695bfe790e5e9fdb908b3422b5cefdf Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Thu, 2 Feb 2017 11:24:34 -0500 Subject: Update README.md --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4253a57..16b143d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,20 @@ From left to right: - [volume-widget](https://github.com/streetturtle/AwesomeWM/tree/master/volume-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. +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 widget like on screenshot create text widget with ` : ` and place it between widgets: + +```lua +... +sprtr = wibox.widget.textbox() +sprtr:set_text(" : ") +... +sprtr, +volume_icon, +sprtr, +battery_widget, +sprtr, +... +``` # Installation @@ -20,4 +33,4 @@ These widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) In case of any questions/suggestions don't hesitate to contact me, I would be happy to help :) -PRs/issues are welcome! \ No newline at end of file +PRs/issues are welcome! -- cgit v1.2.3 From d80bc793834f11d35ee147f10d0d0fe8869c5d75 Mon Sep 17 00:00:00 2001 From: Pavel Makhov Date: Thu, 2 Feb 2017 14:12:43 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b143d..40d846a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ From left to right: - [volume-widget](https://github.com/streetturtle/AwesomeWM/tree/master/volume-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 widget like on screenshot create text widget with ` : ` and place it between widgets: +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: ```lua ... -- cgit v1.2.3