This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
Tankernn
/
dotfiles
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
25c0af4135
Ramuri
Etichete
master
dotfiles
/
.scripts
/
mpc_status.sh
mpc_status.sh
91 B
Istoric
Crud
1
2
3
4
5
6
#!/bin/bash
while true; do
mpc idle player
pkill --signal=USR1 dwm_status.sh
done