add scripts

This commit is contained in:
Frost-Phoenix 2023-11-11 22:33:20 +01:00
parent c237ada71f
commit 211ed9c01a
4 changed files with 34 additions and 0 deletions

View 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