🗑️ remove(waybar): spotify flag for playerctl on the music module
This commit is contained in:
parent
9d7af893ad
commit
18867f3df7
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@
|
|||
},
|
||||
"escape": true,
|
||||
"exec": "$HOME/.config/waybar/scripts/mediaplayer.py 2> /dev/null",
|
||||
"on-click": "playerctl --player=spotify play-pause",
|
||||
"on-scroll-up": "playerctl --player=spotify next",
|
||||
"on-scroll-down": "playerctl --player=spotify previous",
|
||||
"on-click": "playerctl play-pause",
|
||||
"on-scroll-up": "playerctl next",
|
||||
"on-scroll-down": "playerctl previous",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue