Skip to content

Commit

Permalink
Added low signal strength indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
sierrafoxtrot committed Oct 23, 2012
1 parent 0da313a commit d34cdc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windsock.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ def update():
new_icon = "gsm-3g-high"
elif device.signal_strength >= 40:
new_icon = "gsm-3g-medium"
elif device.signal_strength >= 20:
new_icon = "gsm-3g-low"
else:
new_icon = "gsm-3g-none"
else:
Expand Down

0 comments on commit d34cdc2

Please sign in to comment.