Convert spotify.pause to an action
This commit is contained in:
parent
f75f1a9f26
commit
054e6cc5d0
1 changed files with 2 additions and 2 deletions
|
@ -89,9 +89,9 @@ class Module(core.module.Module):
|
||||||
).Get("org.mpris.MediaPlayer2.Player", "PlaybackStatus")
|
).Get("org.mpris.MediaPlayer2.Player", "PlaybackStatus")
|
||||||
)
|
)
|
||||||
if playback_status == "Playing":
|
if playback_status == "Playing":
|
||||||
widget.set("state", "playing")
|
|
||||||
else:
|
|
||||||
widget.set("state", "paused")
|
widget.set("state", "paused")
|
||||||
|
else:
|
||||||
|
widget.set("state", "playing")
|
||||||
elif widget_name == "spotify.next":
|
elif widget_name == "spotify.next":
|
||||||
widget_map[widget] = {
|
widget_map[widget] = {
|
||||||
"button": core.input.LEFT_MOUSE,
|
"button": core.input.LEFT_MOUSE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue