add scripts
This commit is contained in:
parent
c237ada71f
commit
211ed9c01a
4 changed files with 34 additions and 0 deletions
9
modules/home/scripts/music
Normal file
9
modules/home/scripts/music
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [[ $# == 0 ]]; then
|
||||
runbg audacious -t
|
||||
elif [[ $1 == -s ]]; then
|
||||
pkill audacious
|
||||
else
|
||||
echo "[ERROR] => Wrong argument..."
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue