summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update_site.shstreetturtle
2022-01-23Update build.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23updatestreetturtle
2022-01-23updatestreetturtle
2022-01-23update indexstreetturtle
2022-01-23update indexstreetturtle
2022-01-23update indexstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Update update-site.ymlstreetturtle
2022-01-23Test new gh-actionstreetturtle
2022-01-20Add option 'percentage' for brightness widgetAugusto Gunsch
2021-12-30Merge pull request #323 from lygamac/teststreetturtle
volume-widget: fix `INC_VOLUME_CMD` and `DEC_VOLUME_CMD`
2021-12-26volume-widget: fix `INC_VOLUME_CMD` and `DEC_VOLUME_CMD`lygamac
PR #315 didn't remove `pulse` after specifying the device variable, making the command to echo an error.
2021-12-13Merge pull request #315 from 0x501D/volume-widget-devicestreetturtle
volume-widget: add device parameter
2021-12-13Merge pull request #318 from ingram1107/master-cleanupstreetturtle
Repo cleanup
2021-12-13grammar correctionLittle Clover
2021-12-11correct valigh -> valignLittle Clover
2021-11-30volume-widget: add device parameterPavel Balaev
By default this widget uses pulse audio device. To make this widget works ALSA users have to install third-party utils. This patch adds ability to select device name for audio control.
2021-11-28Merge pull request #314 from serenesensei/brightness-alignment-fixstreetturtle
fix: valigh -> valign
2021-11-29fix: valigh -> valignserenesensei
2021-11-20Merge pull request #310 from utix/calendar/improvementstreetturtle
Calendar/improvement
2021-11-20calendar: allow to change first day of weekAurélien LAJOIE
Closes #293
2021-11-20Calendar: Add documentation about the args to customizeAurélien LAJOIE
Remove trailing spaces
2021-11-19Merge pull request #309 from utix/fixwarningsstreetturtle
weather-widget: hide on click
2021-11-19Merge pull request #304 from rski/masterstreetturtle
mpris-widget: another round of improvements
2021-11-19Merge pull request #312 from miselico/masterstreetturtle
Added the option to customize te mousebuttons for going to the previous and next month
2021-11-20Added the option to customize te mousebuttons for going to the previous and ↵Michael Cochez
next month
2021-10-19weather-widget: hide on clickAurélien LAJOIE
2021-10-18Merge pull request #308 from rng-dynamics/feature-brightnessctlstreetturtle
feature: add brightnessctl to brightness-widget
2021-10-18Merge pull request #305 from utix/fixwarningsstreetturtle
jira: Fix warnings
2021-10-16feature: add brightnessctl to brightness-widgetAlexander Scharinger
2021-10-16mpris-widget: delete on mouse::enter codeRomanos Skiadas
this code is janky, because the notification is set asynchronously, it can end up not being cleaned by the mouse exit and then you can end up with multiple ones. Also, the image field of the table needs to be icon, but if the icon is an http url like some players print or even a local file like firefox does, setting the icon causes an error as it can't be read.
2021-10-15jira: Fix warningsAurélien LAJOIE
2021-10-15mpris-widget: correct artUrlRomanos Skiadas
Perhaps due to the regex change, or maybe it never did work, art was always nil. Use gears.string.split(), which works, is much easier to read than the regex and removes the need to munge the artUrl after too.
2021-10-15mpris-widget: make play/pause icon workRomanos Skiadas
The middle part of mpris_widget was meant to be a play/pause icon. It only displayed a circle, as an unrelated widget that was not shown was set up and modified according to the play state. Delete the invisible widget, add the icon where it should be.
2021-10-15mpris-widget: enable notification on mouse enterRomanos Skiadas
use the right widget and it just works(TM). Changed the title to not have bold formatting, as it's already formatted and the <b> was printed literally, changed the <b>by</b> to - as it looks nicer to me.
2021-10-15mpris-widget: remove more dead codeRomanos Skiadas
no need to update a widget that is never updated
2021-10-15mpris-widget: rename mpdstatus to player_statusRomanos Skiadas
2021-10-15mpris-widget: fix api callRomanos Skiadas
there is no naughty.notification, notify returns a notification
2021-10-15mpris-widget: correctly clean list of playersRomanos Skiadas
Do it outside the loop, otherwise the last player wins.