summaryrefslogtreecommitdiff
path: root/batteryarc-widget
AgeCommit message (Collapse)Author
2022-04-15Merge pull request #350 from easlice/misc-customization-additionsstreetturtle
Add customizations to batteryarc and ram widgets.
2022-04-11Add notification_position parameters to batteryarc-widget.Andrew Slice
Add widget_height and widget_width parameters to ram-widget.
2022-02-15Fix #209: Match space characters in battery status stringAndreas Longo
2020-12-06fix more warningsstreetturtle
2020-11-20[batteryarc] fix #215streetturtle
2020-09-30Update README.mdstreetturtle
2020-09-28Fix typo: Huston -> HoustonEwoud Kohl van Wijngaarden
2020-09-19Update readmes to include timeout argChris Bruce
2020-09-19Add widget timeoutsChris Bruce
2020-05-29FIx parameter error on readmeAllan Siqueira
This parameter is missing the `_color` postfix. Just a quick refactor, to save time debugging the widget
2020-05-12Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsstreetturtle
2020-05-12Fix #141 simplify calculation of the battery chage statusstreetturtle
2020-05-11Update README.mdstreetturtle
2020-04-05Make it possible to disable the low battery warningSimeon Simeonov
2020-03-04Add requirements to battery arc widget READMEPedro Costa
Why: * The widget shows no information if the `acpi` command is not available.
2020-02-22Merge pull request #110 from tasmo/custom-backgroundsstreetturtle
Make backgrounds theme-able
2020-02-13Update batteryarc-widget/README.md so it matches the arc_thickness variable ↵Simeon Simeonov
name fix
2020-02-07Make backgrounds theme-ableThomas Friese
Fixes visibility on light themes Affects widgets: - `batteryarc` - `brightnessarc` - `volumearc` - `volumebar` Fixes #109
2020-01-14Merge pull request #108 from umar456/fix_regexstreetturtle
Remove extra branch that broke when "rate information unavailable"
2020-01-13Remove extra branch that broke when "rate information unavailable"Umar Arshad
2020-01-12Fix arc_thickness variable nameUmar Arshad
2019-12-24remove unused method set_value from widgetPavel Makhov
2019-09-25Use the correct parameter in the installation example for batteryarc-widgetSimeon Simeonov
2019-06-02fix table in readme of batteryarcstreetturtle
2019-06-02improve batteryarc configstreetturtle
2019-06-01externalize config of batteryarc widgetstreetturtle
2019-03-29revert previous commit (e0abe1c474359a54b008d0261da21e4bf2d6bc0f), as it ↵Pavel Makhov
broke widget when there are more than one battery
2019-03-28Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsPavel Makhov
2019-03-28Destroy existing notification prior creating a new onePavel Makhov
2019-03-23place battery-arc warning icon inside widget folderstreetturtle
2019-03-10batteryarc bug fix and improvmentwilliamwanjia
2019-03-05batteryarc-widget: fix calling time() functionAndrzej Bieniek
2019-03-04batteryarc-widget: fix crash when battery is not availableAndrzej Bieniek
It was crashing awesome window manager when starting with battery removed from the laptop.
2019-02-26Simplify code by changing the arc's directionPavel Makhov
2019-01-26Remove decimal part of the charge when setting current charge value in ↵Pavel Makhov
batterarc widget
2018-12-19possible fix for #62streetturtle
2018-11-26merge biased battery levelsSam Delmerico
2018-11-26battery is biased on capacities instead of a naive averageSam Delmerico
2018-09-25changed '//' to '/' - seems like it was a typostreetturtle
2018-07-11Merge pull request #45 from stnma7e/masterstreetturtle
battery widgets support multiple batteries
2018-07-11Fix batteryarc_widget require statementPaul Cochrane
While trying out the widget set I noticed that the installation docs for this widget weren't correct. The `require` statement now works as expected and it matches the pattern used in other installation docs mentioned in the repo. Hope this helps!
2018-06-16forgot to include update for low battery frequencySam Delmerico
2018-06-16battery widgets support multiple batteriesSam Delmerico
Added support for the battery widgets to read multiple battery values from the acpi output. The total charge becomes average of all of the available batteries, the status is that of the highest battery.
2018-04-01Update README.mdstreetturtle
2017-12-11make battery arc localpmakhov
2017-10-12fix spellingалыа
2017-10-09batteryarc widgetpmakhov
2017-10-04wip volumearc and batteryarc widgetspmakhov
2017-10-04follow Lua code stylepmakhov