summaryrefslogtreecommitdiff
path: root/volumebar-widget
AgeCommit message (Collapse)Author
2021-03-19[volume] BREAKING CHANGE - new widget instead of old onesstreetturtle
Having three widgets for volume led to a problem of code duplication - same logic was duplicated three times. However when an issue was discovered and fixed, it was fixed in only one of three widgets. So I decided to create a volume widget from scratch, adding new features, such as selecting input/output, better responsiveness, easily customizable widget ui (bar, text, icon, icon and text, arc). Should close #199, #198, #185, #182, #47, #122, #183.
2020-12-02trigger build action on a branchstreetturtle
2020-09-19Update readmes to include timeout argChris Bruce
2020-09-19Add widget timeoutsChris Bruce
2020-02-07Make backgrounds theme-ableThomas Friese
Fixes visibility on light themes Affects widgets: - `batteryarc` - `brightnessarc` - `volumearc` - `volumebar` Fixes #109
2019-12-15various cosmetic readme improvementsstreetturtle
2019-10-06Fix typosPavel Makhov
2019-04-14Add table with config to the readmestreetturtle
2019-04-13update volumebar widgetstreetturtle
2019-02-08fix volumebar_widget require line in READMEShaun Smiley
2018-10-04refactor volumebar/arc widgetsPavel Makhov
2017-12-09Possible fix for the memory leak (issue #11)pmakhov
2017-10-20Update README.mdstreetturtle
2017-09-06Update README.mdstreetturtle
2017-09-06Create README.mdstreetturtle
2017-09-06Add files via uploadstreetturtle
2017-08-15added volumebar widgetpmakhov