mirror of
https://github.com/liclac/ambient
synced 2024-11-22 03:43:19 +00:00
widgets: DE_ICE: better icon for good WiFi connection
This commit is contained in:
parent
f17ad342e9
commit
ed09b66359
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if set -q AMBIENT_DE_ICE_SPEED
|
|||
end
|
||||
switch "$AMBIENT_DE_ICE_CONNECTIVITY_STATE"
|
||||
case 'HIGH'
|
||||
echo "📶 💯"
|
||||
echo "📶 🛜"
|
||||
case 'WEAK'
|
||||
echo "📶️ ♒"
|
||||
case 'UNSTABLE'
|
||||
|
|
Loading…
Reference in a new issue