Go to file
Ashley 1fa4dc3508 Add instant update to volume graphic upon changes
Added functionality to audio widget so the graphic updates immediately when you modify the volume through it, rather than taking up to a second to reflect changes.

Additionally made some minor changes to code to make it more consistent.
2017-05-30 01:09:44 +01:00
battery-widget Possible fix for memory leak issue #11 2017-04-14 10:02:54 -04:00
brightness-widget Possible fix for memory leak issue #11 2017-04-14 10:02:54 -04: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 Update README.md 2017-03-31 22:12:36 -04:00
volume-widget Add instant update to volume graphic upon changes 2017-05-30 01:09:44 +01:00
weather-widget Merge branch 'master' of https://github.com/streetturtle/AwesomeWM 2017-03-14 21:56:46 -04:00
.gitignore .gitignore for idea files 2017-02-05 13:17:51 -05:00
LICENSE Update LICENSE 2017-01-31 10:33:30 -05:00
README.md Update README.md 2017-05-29 13:14:37 -04:00
screenshot.png weather widget 2017-02-07 20:31:34 -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.

Alternatively you can just download the icons which are used from the Arc repository. Or create your own icons with the same name. Here is the list of icons used:

Widget Icon name Arc Path
email-widget mail-message-new.png
/usr/share/icons/Arc/actions/22/
mail-mark-unread.png
brightness-widget display-brightness-symbolic.svg /usr/share/icons/Arc/status/symbolic/
volume-widget audio-volume-muted-symbolic.svg /usr/share/icons/Arc/status/symbolic/
audio-volume-low-symbolic.svg
audio-volume-medium-symbolic.svg
audio-volume-high-symbolic.svg
battery-widget battery-caution-symbolic.svg /usr/share/icons/Arc/status/symbolic/
battery-caution-charging-symbolic.svg
battery-low-symbolic.svg
battery-low-charging-symbolic.svg
battery-good-symbolic.svg
battery-good-charging-symbolic.svg
battery-full-symbolic.svg
battery-full-charging-symbolic.svg

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

PRs/issues and st★rs are welcome!