Disable screen saver
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
53bb4c8c79
commit
9bec3d26d0
5 changed files with 27 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo " $(audtool current-song)"
|
||||
OUTPUT="$(audtool current-song)"
|
||||
|
||||
if [ -z "$OUTPUT" ]; then
|
||||
OUTPUT="Not playing"
|
||||
fi
|
||||
|
||||
echo " $OUTPUT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue