<feed xmlns='http://www.w3.org/2005/Atom'>
<title>awesome-wm-widgets.git/mpris-widget, branch archive</title>
<subtitle>Here is my fork of awesome-wm-widgets by streetturtle on github.
</subtitle>
<id>https://git.zachir.xyz/awesome-wm-widgets.git/atom?h=archive</id>
<link rel='self' href='https://git.zachir.xyz/awesome-wm-widgets.git/atom?h=archive'/>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/'/>
<updated>2023-10-19T13:23:46Z</updated>
<entry>
<title>'e.g.' instead of 'e.g'</title>
<updated>2023-10-19T13:23:46Z</updated>
<author>
<name>pingarelho</name>
<email>davidamaral101@gmail.com</email>
</author>
<published>2023-09-20T22:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=4e6972dde0bfe14767f757cd0541cd951a101d4f'/>
<id>urn:sha1:4e6972dde0bfe14767f757cd0541cd951a101d4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make player duration and status appear on hover</title>
<updated>2023-10-19T13:22:37Z</updated>
<author>
<name>Rowan</name>
<email>82100519+Rowaaaaan@users.noreply.github.com</email>
</author>
<published>2023-07-12T06:51:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=bb4e9ed1aa5ea449ef3f31944352b259f63df133'/>
<id>urn:sha1:bb4e9ed1aa5ea449ef3f31944352b259f63df133</id>
<content type='text'>
This commit adds displaying player metadata in a popup when the user
hovers over the mpris-widget
</content>
</entry>
<entry>
<title>mpris-widget: delete on mouse::enter code</title>
<updated>2021-10-16T06:59:03Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-16T06:56:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=4bc22fbb70fc50d402dacd3bdabbc2f405def9ff'/>
<id>urn:sha1:4bc22fbb70fc50d402dacd3bdabbc2f405def9ff</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>mpris-widget: correct artUrl</title>
<updated>2021-10-15T15:47:11Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T15:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=ca085289269122da468dd123edb8cd4a0144dc59'/>
<id>urn:sha1:ca085289269122da468dd123edb8cd4a0144dc59</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>mpris-widget: make play/pause icon work</title>
<updated>2021-10-15T15:34:09Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T15:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=567b5bb84fb0a572c30d72b09b3db195ca06a6bf'/>
<id>urn:sha1:567b5bb84fb0a572c30d72b09b3db195ca06a6bf</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>mpris-widget: enable notification on mouse enter</title>
<updated>2021-10-15T15:23:26Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T15:19:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=aacbf61fac0e0a52ddd641699c373745de547c9f'/>
<id>urn:sha1:aacbf61fac0e0a52ddd641699c373745de547c9f</id>
<content type='text'>
use the right widget and it just works(TM). Changed the title to not
have bold formatting, as it's already formatted and the &lt;b&gt; was printed
literally, changed the &lt;b&gt;by&lt;/b&gt; to - as it looks nicer to me.
</content>
</entry>
<entry>
<title>mpris-widget: remove more dead code</title>
<updated>2021-10-15T15:18:30Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T15:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=2b829c72575bfd31aec5ad7606bc746025a9d027'/>
<id>urn:sha1:2b829c72575bfd31aec5ad7606bc746025a9d027</id>
<content type='text'>
no need to update a widget that is never updated
</content>
</entry>
<entry>
<title>mpris-widget: rename mpdstatus to player_status</title>
<updated>2021-10-15T14:51:59Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T14:50:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=588227cc1ad051b4e921a97271ed8e80456396a6'/>
<id>urn:sha1:588227cc1ad051b4e921a97271ed8e80456396a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mpris-widget: fix api call</title>
<updated>2021-10-15T14:51:59Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T14:50:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=435d5d14f89d4a2ca4c8d190d4c6840f7063431d'/>
<id>urn:sha1:435d5d14f89d4a2ca4c8d190d4c6840f7063431d</id>
<content type='text'>
there is no naughty.notification, notify returns a notification
</content>
</entry>
<entry>
<title>mpris-widget: correctly clean list of players</title>
<updated>2021-10-15T14:51:59Z</updated>
<author>
<name>Romanos Skiadas</name>
<email>rom.skiad@gmail.com</email>
</author>
<published>2021-10-15T14:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zachir.xyz/awesome-wm-widgets.git/commit/?id=c5852546ae2d7dfddc72526ca164073db86ae2db'/>
<id>urn:sha1:c5852546ae2d7dfddc72526ca164073db86ae2db</id>
<content type='text'>
Do it outside the loop, otherwise the last player wins.
</content>
</entry>
</feed>
