summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-24get rid of script usagePavel Makhov
2018-12-22Small fix for run shellPavel Makhov
2018-12-22screen support for run shellPavel Makhov
2018-12-19Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgetsstreetturtle
2018-12-19first attempt to make it leaklessstreetturtle
2018-12-19possible fix for #62streetturtle
2018-12-19Merge pull request #61 from eobrain/masterstreetturtle
Fix `require` line in installation instructions.
2018-12-19remove commentsstreetturtle
2018-12-07Fix `require` line in installation instructions.Eamonn O'Brien-Strain
2018-11-26Merge pull request #59 from stnma7e/masterstreetturtle
Battery level is an accurate average of multiple batteries with differing capacities
2018-11-26merge biased battery levelsSam Delmerico
2018-11-26battery is biased on capacities instead of a naive averageSam Delmerico
2018-11-09improvements for run shellPavel Makhov
2018-11-06Merge remote-tracking branch 'origin/master'Pavel Makhov
2018-11-06improvements for run shellPavel Makhov
2018-11-06Merge pull request #58 from hramezani/mpd_not_runningstreetturtle
Set `MPD is not running` in mpdarc-widget current song when MPD is no…
2018-11-06Set `MPD is not running` in mpdarc-widget current song when MPD is not running.Hasan Ramezani
2018-11-05draft of the run shellPavel Makhov
2018-11-05show shell on focused screen and enable historyPavel Makhov
2018-11-05show shell on focused screenPavel Makhov
2018-11-05show widget on focused screenPavel Makhov
2018-11-05Merge pull request #57 from hramezani/add_current_song_to_mpdarc_widgetstreetturtle
Add current song text box to mpdarc-widget.
2018-11-05Add current song text box to mpdarc-widget.Hasan Ramezani
2018-11-03Merge pull request #51 from tchoutchawn/patch-1streetturtle
Created a new muted speaker icon
2018-11-03Merge pull request #56 from hramezani/mpdarc_widget_complete_readmestreetturtle
Add Installation section to mpdarc-widget/README.md
2018-11-02Add Installation section to mpdarc-widget/README.mdHasan Ramezani
2018-11-02Merge pull request #55 from hramezani/mpdarc_widget_togglestreetturtle
Define TOGGLE_MPD_CMD and use it for mpdarc-widget.
2018-11-02Define TOGGLE_MPD_CMD and use it for mpdarc-widget.Hasan Ramezani
Signed-off-by: Hasan Ramezani <hasan.r67@gmail.com>
2018-11-01Merge pull request #54 from astroengisci/masterstreetturtle
Fix flipped volume commands
2018-10-31Add back accidentally removed newlineAndrew Hill
2018-10-31Fix flipped volume commandsAndrew Hill
The reduce and increase volume commands were flipped
2018-10-17Created a new muted speaker icontchoutchawn
2018-10-08small refactoringstreetturtle
2018-10-08refactor cpu widgetstreetturtle
2018-10-08add mouse controls to brightness widgetstreetturtle
2018-10-05small refactoringPavel Makhov
2018-10-05refactor volume widgetPavel Makhov
2018-10-04Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgetsPavel Makhov
2018-10-04refactor volumebar/arc widgetsPavel Makhov
2018-09-25changed '//' to '/' - seems like it was a typostreetturtle
2018-09-22small changes to pomo widgetPavel Makhov
2018-09-22Merge pull request #42 from raphaelfournier/pomodoroarcstreetturtle
First commit of the pomodoroarc widget
2018-09-22Merge pull request #50 from myxo/masterstreetturtle
Calling bash in watch command
2018-09-20Calling bash in watch commandKlimov Nikolay
2018-07-11Merge pull request #45 from stnma7e/masterstreetturtle
battery widgets support multiple batteries
2018-07-11Merge pull request #46 from paultcochrane/patch-1streetturtle
Fix batteryarc_widget require statement
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-29Update README.mdstreetturtle
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.