spotify follow
This commit is contained in:
parent
ab07e62fdf
commit
a30509a2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in
|
|||
config = lib.mkIf config.modules.waybar.enabled.${name}.enable {
|
||||
programs.waybar = {
|
||||
settings.mainBar.${name} = {
|
||||
exec = ''${pkgs.playerctl}/bin/playerctl metadata --player=spotify -f "{{ status }}: {{ artist }} - {{ title }}"'';
|
||||
exec = ''${pkgs.playerctl}/bin/playerctl metadata --player=spotify -F -f "{{ status }}: {{ artist }} - {{ title }}"'';
|
||||
format = "{}";
|
||||
interval = 1;
|
||||
on-click = "${pkgs.playerctl}/bin/playerctl --player=spotify play-pause";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue