adds playerctl support for spotifyd

dev-docs
Moritz Böhme 2021-11-04 17:28:42 +01:00
parent d488882f45
commit cb33921e13
2 changed files with 4 additions and 3 deletions

View File

@ -5,6 +5,7 @@
home.packages = with pkgs; [ spotify-tui ]; home.packages = with pkgs; [ spotify-tui ];
services.spotifyd = { services.spotifyd = {
enable = true; enable = true;
package = pkgs.spotifyd.override { withMpris = true; };
settings = { settings = {
global = { global = {
# A command that gets executed and can be used to # A command that gets executed and can be used to

View File

@ -135,11 +135,11 @@ XF86AudioLowerVolume
XF86AudioMute XF86AudioMute
pamixer -t pamixer -t
XF86AudioPlay XF86AudioPlay
playerctl -p "spotify,firefox" play-pause [ $(playerctl -p "spotifyd,firefox" status) = "Playing" ] && playerctl -p "spotifyd,firefox" pause || playerctl -p "spotifyd,firefox" play
XF86AudioNext XF86AudioNext
playerctl -p "spotify,firefox" next playerctl -p "spotify,spotifyd,firefox" next
XF86AudioPrev XF86AudioPrev
playerctl -p "spotify,firefox" previous playerctl -p "spotify,spotifyd,firefox" previous
XF86MonBrightnessDown XF86MonBrightnessDown
brightnessctl s 10%- brightnessctl s 10%-