mirror of
https://github.com/liclac/ambient
synced 2024-11-22 03:43:19 +00:00
widgets: DE_ICE: Add empty case for NO_INFO, just for documentation
This commit is contained in:
parent
ed09b66359
commit
ec843236df
1 changed files with 2 additions and 0 deletions
|
@ -23,4 +23,6 @@ switch "$AMBIENT_DE_ICE_CONNECTIVITY_STATE"
|
|||
echo "📶️ ♒"
|
||||
case 'UNSTABLE'
|
||||
echo "📶 〰️"
|
||||
case 'NO_INFO'
|
||||
# :(
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue