polybar: nightscout
This commit is contained in:
parent
3c90d58c37
commit
593a61d43a
1 changed files with 5 additions and 5 deletions
|
@ -10,16 +10,16 @@ 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 "⇘"
|
||||
|
@ -28,7 +28,7 @@ else
|
|||
echo $wert "⇗"
|
||||
;;
|
||||
'"Flat"')
|
||||
echo $wert "→"
|
||||
echo $wert "⇒"
|
||||
;;
|
||||
*)
|
||||
echo $symbol
|
||||
|
|
Loading…
Reference in a new issue