We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69682b commit 0391d98Copy full SHA for 0391d98
mpris-widget/init.lua
@@ -279,11 +279,11 @@ local function worker(user_args)
279
end
280
281
if metadata.status == "Playing" then
282
- icon.image = play_icon
+ icon.image = pause_icon
283
widget.colors = { beautiful.widget_main_color }
284
update_metadata(metadata)
285
elseif metadata.status == "Paused" then
286
- icon.image = pause_icon
+ icon.image = play_icon
287
288
289
elseif metadata.status == "Stopped" then
0 commit comments