Go to file
Pavel Makhov 8671445a4f Show 0 email if script returns nothing 2017-02-04 10:38:46 -05:00
battery-widget improve widget rendering and use wibox.widget wrapper 2017-02-03 22:15:16 -05:00
brightness-widget improve widget rendering and use wibox.widget wrapper 2017-02-03 22:15:16 -05:00
email-widget Show 0 email if script returns nothing 2017-02-04 10:38:46 -05:00
rhythmbox-widget readme update 2017-02-01 21:45:15 -05:00
spotify-widget spotify readme 2017-02-01 22:15:19 -05:00
volume-widget Added mute detection for volume widget 2017-02-04 11:58:04 +01:00
.gitignore Initial commit 2015-07-12 16:03:35 +02:00
LICENSE Update LICENSE 2017-01-31 10:33:30 -05:00
README.md Update README.md 2017-02-02 14:12:43 -05:00
screenshot.png screenshot with unread email 2017-02-03 22:55:19 -05:00

README.md

AwesomeWM

Set of super simple widgets compatible with Awesome Window Manager v.4.

screenshot

From left to right:

These widgets use 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:

...
sprtr = wibox.widget.textbox()
sprtr:set_text(" : ")
...
sprtr,
volume_icon,
sprtr,
battery_widget,
sprtr,
...

Installation

Install Arc icon theme and follow installation instructions of each widget.

In case of any questions/suggestions don't hesitate to contact me, I would be happy to help :)

PRs/issues are welcome!