mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
3 lines
96 B
Bash
Executable File
3 lines
96 B
Bash
Executable File
#!/bin/zsh
|
|
(pgrep -f "polybar music" >/dev/null && pkill -f "polybar music") || polybar music &
|