Hi all, I'm very new to Qtile but liking what I've seen so far.
I've played around with python for many years so thought I'd have a go at making some widgets. This is what I've come up with so far: *ALSA Volume Control:* https://github.com/elParaguayo/qtile-alsavolumecontrol Controls ALSA volume and provides indication of volume level <https://raw.githubusercontent.com/elParaguayo/qtile-alsavolumecontrol/master/images/volumecontrol-bar.gif> "Bar" mode. Bar hides after a timeout. <https://github.com/elParaguayo/qtile-alsavolumecontrol/blob/master/images/volumecontrol-icon.gif?raw=true>"Icon" mode <https://github.com/elParaguayo/qtile-alsavolumecontrol/blob/master/images/volumecontrol-both.gif?raw=true>"Both" mode *Laptop Battery: *https://github.com/elParaguayo/qtile-widget-laptopbattery Draws battery icon to show status. All colours are customisable. <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_normal.png?raw=true> Norml battery level <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_low.png?raw=true> Low battery <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_critical.png?raw=true>Critical battery <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_charging.png?raw=true> Battery charging <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_multiple.png?raw=true> Multiple batteries <https://github.com/elParaguayo/qtile-widget-laptopbattery/blob/master/images/battery_textdisplay.gif?raw=true>Showing text when you click on the widget *Brightness Control: *https://github.com/elParaguayo/qtile-brightnesscontrol Changes screen brightness and displays level. <https://raw.githubusercontent.com/elParaguayo/qtile-brightnesscontrol/master/images/brightnesscontrol-demo.gif> *Unit Status: *https://github.com/elParaguayo/qtile-widget-unitstatus Displays status of systemd unit <https://raw.githubusercontent.com/elParaguayo/qtile-widget-unitstatus/master/images/widget-unitstatus-screenshot.png> *Live Football Scores: * https://github.com/elParaguayo/qtile-widget-livefootballscores <https://raw.githubusercontent.com/elParaguayo/qtile-widget-livefootballscores/master/images/livefootballscores.gif> Showing Rangers vs St Mirren match. I appreciate these copy functionality of some of the built-in widgets but this was more about a learning experience for me. A word of warning, they are very much in a testing stage so do expect bugs, crashes etc. Hope you like them. -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/d74b862a-2afa-4012-abfa-367c70028243o%40googlegroups.com.
