Files
dotfiles/bin/runpolybaronce

3 lines
96 B
Bash
Executable File

#!/bin/zsh
(pgrep -f "polybar music" >/dev/null && pkill -f "polybar music") || polybar music &