Add Bitbar menu entries for ambient output

This commit is contained in:
Tjark Saul 2020-01-08 22:57:18 +01:00
parent 007560661f
commit 49fc9ed2af

View file

@ -15,4 +15,6 @@ if [ -z "$WIDGET" ]; then
echo "🚄"
else
echo $WIDGET
echo "---"
echo $(/usr/local/bin/fish $DIR/../ambient | tr '\n' '\r\n')
fi