polybar: nightscout
This commit is contained in:
parent
8221762605
commit
adacb2560d
1 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue