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 #echo $wert
case $symbol in case $symbol in
'"SingleDown"') '"SingleDown"')
echo $wert "-" echo $wert "↓"
;; ;;
'"SingleUp"') '"SingleUp"')
echo $wert "+" echo $wert "↑"
;; ;;
'"DoubleDown"') '"DoubleDown"')
echo $wert "--" echo $wert "⇊"
;; ;;
'"DoubleUp"') '"DoubleUp"')
echo $wert "++" echo $wert "⇈"
;; ;;
'"FortyFiveDown"') '"FortyFiveDown"')
echo $wert "\" echo $wert "⇘"
;; ;;
'"FortyFiveUp"') '"FortyFiveUp"')
echo $wert "/" echo $wert "⇗"
;; ;;
'"Flat"') '"Flat"')
echo $wert "=" echo $wert "→"
;; ;;
*) *)
echo $symbol echo $symbol