Skip to content

Commit 926629d

Browse files
authored
fix: add missing whitespace in shuffle menu entry for spotify waybar module (#877)
1 parent 61417c9 commit 926629d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/share/waybar/modules/custom-spotify.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"next": "playerctl next --player spotify",
1717
"previous": "playerctl previous --player spotify",
1818
"stop": "playerctl stop --player spotify",
19-
"shuffle": "playerctl shuffle toggle--player spotify",
19+
"shuffle": "playerctl shuffle toggle --player spotify",
2020
"repeat": "playerctl loop Track --player spotify",
2121
"loop": "playerctl loop Playlist --player spotify",
2222
"disable-loop": "playerctl loop None --player spotify",

0 commit comments

Comments
 (0)