mirror of
https://github.com/liclac/ambient
synced 2025-02-16 20:38:24 +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
|
end
|
||||||
switch "$AMBIENT_DE_ICE_CONNECTIVITY_STATE"
|
switch "$AMBIENT_DE_ICE_CONNECTIVITY_STATE"
|
||||||
case 'HIGH'
|
case 'HIGH'
|
||||||
echo "📶 💯"
|
echo "📶 🛜"
|
||||||
case 'WEAK'
|
case 'WEAK'
|
||||||
echo "📶️ ♒"
|
echo "📶️ ♒"
|
||||||
case 'UNSTABLE'
|
case 'UNSTABLE'
|
||||||
|
|
Loading…
Add table
Reference in a new issue