Skip to content

Commit

Permalink
feat: add some space around menu title
Browse files Browse the repository at this point in the history
  • Loading branch information
Malanius committed Jan 3, 2024
1 parent 8a33f73 commit aba2ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spotify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ show_menu() {
shuffling_label="Turn on shuffle"
fi
$(
tmux display-menu -T "#[align=centre fg=green]Spotify" -x R -y P \
tmux display-menu -T "#[align=centre fg=green] Spotify " -x R -y P \
"" \
"-#[nodim]Track: $track_name" "" "run -b 'printf \"%s\" $quoted_track_name | pbcopy'" \
"-#[nodim]Artist: $artist" "" "" \
Expand Down

0 comments on commit aba2ef6

Please sign in to comment.