ambient/bitbar/ambient.60s.sh
2020-01-03 16:07:57 +01:00

9 lines
No EOL
149 B
Bash
Executable file

#!/bin/bash
WIDGET=$(/usr/local/bin/fish ~/dev/ambient/ambient-widgets | tr '\n' ' ')
if [ -z "$WIDGET" ]; then
echo "🚄"
else
echo $WIDGET
fi