Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update_site.sh | streetturtle | |
2022-01-23 | Update build.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | update | streetturtle | |
2022-01-23 | update | streetturtle | |
2022-01-23 | update index | streetturtle | |
2022-01-23 | update index | streetturtle | |
2022-01-23 | update index | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Update update-site.yml | streetturtle | |
2022-01-23 | Test new gh-action | streetturtle | |
2022-01-20 | Add option 'percentage' for brightness widget | Augusto Gunsch | |
2021-12-30 | Merge pull request #323 from lygamac/test | streetturtle | |
volume-widget: fix `INC_VOLUME_CMD` and `DEC_VOLUME_CMD` | |||
2021-12-26 | volume-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-13 | Merge pull request #315 from 0x501D/volume-widget-device | streetturtle | |
volume-widget: add device parameter | |||
2021-12-13 | Merge pull request #318 from ingram1107/master-cleanup | streetturtle | |
Repo cleanup | |||
2021-12-13 | grammar correction | Little Clover | |
2021-12-11 | correct valigh -> valign | Little Clover | |
2021-11-30 | volume-widget: add device parameter | Pavel 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-28 | Merge pull request #314 from serenesensei/brightness-alignment-fix | streetturtle | |
fix: valigh -> valign | |||
2021-11-29 | fix: valigh -> valign | serenesensei | |
2021-11-20 | Merge pull request #310 from utix/calendar/improvement | streetturtle | |
Calendar/improvement | |||
2021-11-20 | calendar: allow to change first day of week | Aurélien LAJOIE | |
Closes #293 | |||
2021-11-20 | Calendar: Add documentation about the args to customize | Aurélien LAJOIE | |
Remove trailing spaces | |||
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. |