1.4 KiB
1.4 KiB
layout |
---|
page |
AwesomeWM
Set of super simple widgets compatible with Awesome Window Manager v.4.
From left to right:
- spotify-widget / rhythmbox-widget
- weather-widget
- email-widget
- brightness-widget
- volume-widget
- battery-widget
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.