Initial commit of utility scripts
This commit is contained in:
parent
ac77586a15
commit
1faeefffd7
34 changed files with 1328 additions and 1 deletions
12
bin/bar_music.sh
Executable file
12
bin/bar_music.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
#First we get the next appointmen
|
||||
var=$(mpc current);
|
||||
|
||||
if [ "$var" = "" ]; then
|
||||
echo ""
|
||||
else
|
||||
echo " ${var:0:30}"
|
||||
fi
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue