display spotify song info in tmux
This commit is contained in:
parent
570ea1689e
commit
c22188f54c
5 changed files with 85 additions and 58 deletions
6
tmux_left.sh
Executable file
6
tmux_left.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Trigger Applescript when on macOS
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
~/git/dotfiles/spotify.applescript
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue