polybar: nightscout

This commit is contained in:
Michael Grote 2021-07-02 17:11:55 +02:00
parent 8221762605
commit adacb2560d

View file

@ -10,25 +10,25 @@ else
#echo $wert
case $symbol in
'"SingleDown"')
echo $wert "-"
echo $wert "↓"
;;
'"SingleUp"')
echo $wert "+"
echo $wert "↑"
;;
'"DoubleDown"')
echo $wert "--"
echo $wert "⇊"
;;
'"DoubleUp"')
echo $wert "++"
echo $wert "⇈"
;;
'"FortyFiveDown"')
echo $wert "\"
echo $wert "⇘"
;;
'"FortyFiveUp"')
echo $wert "/"
echo $wert "⇗"
;;
'"Flat"')
echo $wert "="
echo $wert "→"
;;
*)
echo $symbol