mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
parent
8c26e776c2
commit
9977cb688d
@ -58,7 +58,10 @@
|
|||||||
"poweradapter",
|
"poweradapter",
|
||||||
"player",
|
"player",
|
||||||
"media",
|
"media",
|
||||||
"publicip",
|
{
|
||||||
|
"type": "publicip",
|
||||||
|
"timeout": 1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "localip",
|
"type": "localip",
|
||||||
"showIpv6": true,
|
"showIpv6": true,
|
||||||
|
@ -75,7 +75,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "publicip",
|
"type": "publicip",
|
||||||
"key": "WAN IP"
|
"key": "WAN IP",
|
||||||
|
"timeout": 1000
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -60,7 +60,10 @@
|
|||||||
"poweradapter",
|
"poweradapter",
|
||||||
"player",
|
"player",
|
||||||
"media",
|
"media",
|
||||||
"publicip",
|
{
|
||||||
|
"type": "publicip",
|
||||||
|
"timeout": 1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "localip",
|
"type": "localip",
|
||||||
"showIpv6": true,
|
"showIpv6": true,
|
||||||
|
@ -97,7 +97,8 @@
|
|||||||
{
|
{
|
||||||
"key": "Public IP ",
|
"key": "Public IP ",
|
||||||
"keyColor": "cyan",
|
"keyColor": "cyan",
|
||||||
"type": "publicip"
|
"type": "publicip",
|
||||||
|
"timeout": 1000
|
||||||
},
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
|
@ -66,7 +66,10 @@
|
|||||||
"type": "localip",
|
"type": "localip",
|
||||||
"compact": true
|
"compact": true
|
||||||
},
|
},
|
||||||
"publicip",
|
{
|
||||||
|
"type": "publicip",
|
||||||
|
"timeout": 1000
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "wifi",
|
"type": "wifi",
|
||||||
"format": "{ssid}"
|
"format": "{ssid}"
|
||||||
|
@ -161,7 +161,8 @@
|
|||||||
{
|
{
|
||||||
"type": "publicip",
|
"type": "publicip",
|
||||||
"key": "├─",
|
"key": "├─",
|
||||||
"keyColor": "blue"
|
"keyColor": "blue",
|
||||||
|
"timeout": 1000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "wifi",
|
"type": "wifi",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user