Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Merge pull request #309 from utix/fixwarnings | streetturtle | |
weather-widget: hide on click | |||
2021-11-19 | Merge pull request #304 from rski/master | streetturtle | |
mpris-widget: another round of improvements | |||
2021-11-19 | Merge pull request #312 from miselico/master | streetturtle | |
Added the option to customize te mousebuttons for going to the previous and next month | |||
2021-11-20 | Added the option to customize te mousebuttons for going to the previous and ↵ | Michael Cochez | |
next month | |||
2021-10-19 | weather-widget: hide on click | Aurélien LAJOIE | |
2021-10-18 | Merge pull request #308 from rng-dynamics/feature-brightnessctl | streetturtle | |
feature: add brightnessctl to brightness-widget | |||
2021-10-18 | Merge pull request #305 from utix/fixwarnings | streetturtle | |
jira: Fix warnings | |||
2021-10-16 | feature: add brightnessctl to brightness-widget | Alexander Scharinger | |
2021-10-16 | mpris-widget: delete on mouse::enter code | Romanos 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-15 | jira: Fix warnings | Aurélien LAJOIE | |
2021-10-15 | mpris-widget: correct artUrl | Romanos 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-15 | mpris-widget: make play/pause icon work | Romanos 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-15 | mpris-widget: enable notification on mouse enter | Romanos 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-15 | mpris-widget: remove more dead code | Romanos Skiadas | |
no need to update a widget that is never updated | |||
2021-10-15 | mpris-widget: rename mpdstatus to player_status | Romanos Skiadas | |
2021-10-15 | mpris-widget: fix api call | Romanos Skiadas | |
there is no naughty.notification, notify returns a notification | |||
2021-10-15 | mpris-widget: correctly clean list of players | Romanos Skiadas | |
Do it outside the loop, otherwise the last player wins. | |||
2021-10-15 | mpris-widget: fix incorrect boolean expression | Romanos 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-15 | mpris-widget: remove some dead code | Romanos Skiadas | |
the mpdarc widget is not really used and is a copy-paste leftover. The current widget has its own bindings already. | |||
2021-10-14 | Merge pull request #302 from clifordjoshy/master | streetturtle | |
Fixes issue while printing song names containing certain unicode characters. | |||
2021-10-13 | Merge pull request #297 from dgrabla/hotfix/change_name_for_displayName | streetturtle | |
fix(jira): update field name to displayName on *.atlassian.com hosts | |||
2021-10-13 | Merge pull request #301 from Desour/volume_step_inc_dec | streetturtle | |
Add a step parameter for volume_widget:inc() and :dec() | |||
2021-10-08 | fixed unicode truncation bug | Cliford | |
2021-09-28 | fix(jira): use assignee.name or assignee.displayName | David 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-23 | Add a step parameter for volume_widget:inc() and :dec() | Desour | |
2021-09-20 | Create CODEOWNERS | streetturtle | |
2021-09-19 | fix luacheck | streetturtle | |
2021-09-19 | Merge pull request #298 from floli/optimize-cpu-cmd | streetturtle | |
Make the CMD_slim command even slimmer. | |||
2021-09-19 | Update README.md | streetturtle | |
2021-09-19 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | streetturtle | |
2021-09-19 | new github prs widget | streetturtle | |
2021-09-19 | Update README.md | streetturtle | |
2021-09-15 | Make the CMD_slim command even slimmer. | Florian Lindner | |
Does not use pipe redirection, as a result the shell is not required anymore. | |||
2021-09-01 | Merge pull request #294 from rski/master | streetturtle | |
mpris-widget: Misc fixes to get it in a working state | |||
2021-08-27 | Merge pull request #291 from TD-Sky/master | streetturtle | |
Add the 'step' arg for volume-widget | |||
2021-08-27 | Merge pull request #296 from paulhersch/patch-1 | streetturtle | |
added German locale for weather-widget | |||
2021-08-25 | added German locale for weather-widget | paulhersch | |
2021-08-23 | mpris-widget: fix capture regex for playerctl output | Romanos Skiadas | |
Before, the table ended up being something like {"status", "", "artist", "", ..}, so the output of the widget was garbled. | |||
2021-08-23 | mpris-widget: fix call to set_text | Romanos Skiadas | |
.set_text is invalid, it should be :set_text like in the other branches of the if. | |||
2021-08-23 | mpris-widget: fix README, typo | Romanos Skiadas | |
2021-08-03 | Merge pull request #292 from cobacdavid/weather-languages | streetturtle | |
[weather-widget] enable locale | |||
2021-08-03 | Merge pull request #275 from streetturtle/274-make-beautiful-optional | streetturtle | |
274 make beautiful optional | |||
2021-08-03 | Merge branch 'master' of github.com:streetturtle/awesome-wm-widgets | streetturtle | |
2021-07-29 | [weather-widget] enable locale | cobacdavid | |
2021-07-24 | add the 'step' arg for volume-widget | Randal | |
2021-07-20 | Merge pull request #287 from cobacdavid/color_mgmt | streetturtle | |
[github-contributions] Color management | |||
2021-07-20 | Merge pull request #286 from cobacdavid/gcw_first_col_fix | streetturtle | |
[github-contributions] bad day_idx init. | |||
2021-07-20 | Merge pull request #285 from cobacdavid/gcw_address_change | streetturtle | |
[github-contributions] requests api address change | |||
2021-07-20 | [github-contributions] color management | cobacdavid | |
2021-07-20 | [github-contributions] bad day_idx init. | cobacdavid | |