Skip to content

Commit 7c89055

Browse files
committed
fix:pause-icon typ
1 parent 959d045 commit 7c89055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/mac-player.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ main() {
195195

196196
# Active Player variables
197197
PLAY_ICON=$(get_tmux_option "@dracula-mac-player-play-icon" "")
198-
PAUSE_ICON=$(get_tmux_option "@dracula-mac-player-pause" "❚❚ ")
198+
PAUSE_ICON=$(get_tmux_option "@dracula-mac-player-pause-icon" "❚❚ ")
199199
MAX_LENGTH=$(get_tmux_option "@dracula-mac-player-length" 25)
200200

201201
# Remote variables

0 commit comments

Comments
 (0)