From aba2ef6fb9480f1c7abe1eae3175212ac56e0371 Mon Sep 17 00:00:00 2001 From: Malanius Privierre Date: Wed, 3 Jan 2024 21:45:37 +0100 Subject: [PATCH] feat: add some space around menu title --- scripts/spotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/spotify.sh b/scripts/spotify.sh index 99e556f..497bf0d 100755 --- a/scripts/spotify.sh +++ b/scripts/spotify.sh @@ -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" "" "" \