Changed Network icons to font-awesome 5 only
This commit is contained in:
@@ -95,14 +95,14 @@
|
|||||||
"network": {
|
"network": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi
|
"format-wifi": " {essid} ({signalStrength}%)", // Icon: wifi
|
||||||
"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet
|
"format-ethernet": " {ifname}: {ipaddr}/{cidr}", // Icon: ethernet
|
||||||
"format-disconnected": "⚠ Disconnected",
|
"format-disconnected": "⚠ Disconnected",
|
||||||
"tooltip-format": "{ifname}: {ipaddr}",
|
"tooltip-format": "{ifname}: {ipaddr}",
|
||||||
"on-click": "xfce4-terminal -e 'nmtui'",
|
"on-click": "xfce4-terminal -e 'nmtui'",
|
||||||
},
|
},
|
||||||
"network#vpn": {
|
"network#vpn": {
|
||||||
"interface": "tun0",
|
"interface": "tun0",
|
||||||
"format": "嬨 {essid} ({signalStrength}%)",
|
"format": " {essid} ({signalStrength}%)",
|
||||||
"format-disconnected": "⚠ Disconnected",
|
"format-disconnected": "⚠ Disconnected",
|
||||||
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
|
"tooltip-format": "{ifname}: {ipaddr}/{cidr}",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user