We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d045 commit 7c89055Copy full SHA for 7c89055
scripts/mac-player.sh
100644
100755
@@ -195,7 +195,7 @@ main() {
195
196
# Active Player variables
197
PLAY_ICON=$(get_tmux_option "@dracula-mac-player-play-icon" "♪")
198
- PAUSE_ICON=$(get_tmux_option "@dracula-mac-player-pause" "❚❚ ")
+ PAUSE_ICON=$(get_tmux_option "@dracula-mac-player-pause-icon" "❚❚ ")
199
MAX_LENGTH=$(get_tmux_option "@dracula-mac-player-length" 25)
200
201
# Remote variables
0 commit comments