display spotify song info in tmux

This commit is contained in:
Oliver Ladner 2024-02-05 15:06:15 +01:00
commit c22188f54c
5 changed files with 85 additions and 58 deletions

6
tmux_left.sh Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
# Trigger Applescript when on macOS
if [[ "$OSTYPE" == "darwin"* ]]; then
~/git/dotfiles/spotify.applescript
fi