From 18867f3df7beaf23377f5a2fc7b6b1453e5e418d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 24 Aug 2024 01:59:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(waybar):=20spoti?= =?UTF-8?q?fy=20flag=20for=20playerctl=20on=20the=20music=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/modules/custom-music.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/waybar/modules/custom-music.jsonc b/.config/waybar/modules/custom-music.jsonc index fde43b7d..c7057d61 100644 --- a/.config/waybar/modules/custom-music.jsonc +++ b/.config/waybar/modules/custom-music.jsonc @@ -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", }, }