summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2021-10-15mpris-widget: fix incorrect boolean expressionRomanos Skiadas
the loop is not meant to be executed if the player name is nil or '', so the expression needs to be an and.
2021-10-15mpris-widget: remove some dead codeRomanos Skiadas
the mpdarc widget is not really used and is a copy-paste leftover. The current widget has its own bindings already.
2021-10-14Merge pull request #302 from clifordjoshy/masterstreetturtle
Fixes issue while printing song names containing certain unicode characters.
2021-10-13Merge pull request #297 from dgrabla/hotfix/change_name_for_displayNamestreetturtle
fix(jira): update field name to displayName on *.atlassian.com hosts
2021-10-13Merge pull request #301 from Desour/volume_step_inc_decstreetturtle
Add a step parameter for volume_widget:inc() and :dec()
2021-10-08fixed unicode truncation bugCliford
2021-09-28fix(jira): use assignee.name or assignee.displayNameDavid Grajal
On *.atlassian.com hosts the api returns the name on 'displayName' The jira API doesn't seem to send the field name anymore https://docs.atlassian.com/software/jira/docs/api/7.1.0/com/atlassian/jira/user/UserDetails.html After this commit we use one or the other, whatever is available.
2021-09-23Add a step parameter for volume_widget:inc() and :dec()Desour
2021-09-20Create CODEOWNERSstreetturtle
2021-09-19fix luacheckstreetturtle
2021-09-19Merge pull request #298 from floli/optimize-cpu-cmdstreetturtle
Make the CMD_slim command even slimmer.
2021-09-19Update README.mdstreetturtle
2021-09-19Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsstreetturtle
2021-09-19new github prs widgetstreetturtle
2021-09-19Update README.mdstreetturtle
2021-09-15Make the CMD_slim command even slimmer.Florian Lindner
Does not use pipe redirection, as a result the shell is not required anymore.
2021-09-01Merge pull request #294 from rski/masterstreetturtle
mpris-widget: Misc fixes to get it in a working state
2021-08-27Merge pull request #291 from TD-Sky/masterstreetturtle
Add the 'step' arg for volume-widget
2021-08-27Merge pull request #296 from paulhersch/patch-1streetturtle
added German locale for weather-widget
2021-08-25added German locale for weather-widgetpaulhersch
2021-08-23mpris-widget: fix capture regex for playerctl outputRomanos Skiadas
Before, the table ended up being something like {"status", "", "artist", "", ..}, so the output of the widget was garbled.
2021-08-23mpris-widget: fix call to set_textRomanos Skiadas
.set_text is invalid, it should be :set_text like in the other branches of the if.
2021-08-23mpris-widget: fix README, typoRomanos Skiadas
2021-08-03Merge pull request #292 from cobacdavid/weather-languagesstreetturtle
[weather-widget] enable locale
2021-08-03Merge pull request #275 from streetturtle/274-make-beautiful-optionalstreetturtle
274 make beautiful optional
2021-08-03Merge branch 'master' of github.com:streetturtle/awesome-wm-widgetsstreetturtle
2021-07-29[weather-widget] enable localecobacdavid
2021-07-24add the 'step' arg for volume-widgetRandal
2021-07-20Merge pull request #287 from cobacdavid/color_mgmtstreetturtle
[github-contributions] Color management
2021-07-20Merge pull request #286 from cobacdavid/gcw_first_col_fixstreetturtle
[github-contributions] bad day_idx init.
2021-07-20Merge pull request #285 from cobacdavid/gcw_address_changestreetturtle
[github-contributions] requests api address change
2021-07-20[github-contributions] color managementcobacdavid
2021-07-20[github-contributions] bad day_idx init.cobacdavid
2021-07-20[github-contributions] requests api address changecobacdavid
2021-06-28Merge pull request #277 from Aire-One/274-make-beautiful-optionalstreetturtle
[fs-widget] Implement an alternative config pattern
2021-06-28Merge pull request #280 from LordDot/masterstreetturtle
Fix #279 Calendar uses year for today
2021-06-26Fix #279 Calendar uses year for todayLordDot
2021-06-20add(fs-widget): Implement an alternative config patternAire-One
2021-06-18Update README.mdstreetturtle
2021-06-18Update README.mdstreetturtle
2021-06-18Update README.mdstreetturtle