waybar: tweak playerctl
This commit is contained in:
parent
37aed2697d
commit
15d8216494
|
@ -96,7 +96,7 @@ in
|
||||||
on-scroll-down = "${mpc} vol -10";
|
on-scroll-down = "${mpc} vol -10";
|
||||||
};
|
};
|
||||||
"custom/playerctl" = {
|
"custom/playerctl" = {
|
||||||
format = "{}";
|
format = "{} ";
|
||||||
exec = "${pkgs.playerctl-status}/bin/playerctl-status";
|
exec = "${pkgs.playerctl-status}/bin/playerctl-status";
|
||||||
on-click = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd play-pause";
|
on-click = "${pkgs.playerctl}/bin/playerctl --ignore-player=mpd play-pause";
|
||||||
interval = 1;
|
interval = 1;
|
||||||
|
|
|
@ -36,6 +36,7 @@ window#waybar.solo {
|
||||||
|
|
||||||
#mpd,
|
#mpd,
|
||||||
#custom-mpd,
|
#custom-mpd,
|
||||||
|
#custom-playerctl,
|
||||||
#tray,
|
#tray,
|
||||||
#clock,
|
#clock,
|
||||||
#network,
|
#network,
|
||||||
|
|
Loading…
Reference in a new issue