adds playerctl support for spotifyd
parent
d488882f45
commit
cb33921e13
|
@ -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
|
||||||
|
|
|
@ -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%-
|
||||||
|
|
Loading…
Reference in New Issue