8671445a4f | ||
---|---|---|
battery-widget | ||
brightness-widget | ||
email-widget | ||
rhythmbox-widget | ||
spotify-widget | ||
volume-widget | ||
.gitignore | ||
LICENSE | ||
README.md | ||
screenshot.png |
README.md
AwesomeWM
Set of super simple widgets compatible with Awesome Window Manager v.4.
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!