Add VPN
This commit is contained in:
parent
13fa2cca69
commit
5adf8d560f
1 changed files with 9 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
"idle_inhibitor",
|
||||
"network#ethernet",
|
||||
"network#wifi",
|
||||
"network#vpn",
|
||||
"battery#bat0",
|
||||
"battery#bat1",
|
||||
"wireplumber",
|
||||
|
@ -52,11 +53,18 @@
|
|||
"tooltip": true,
|
||||
"tooltip-format": "{essid}",
|
||||
"format": "{icon}",
|
||||
"format-disconnected": "",
|
||||
"format-disconnected": "",
|
||||
"format-icons": [ "", "", "", "" ],
|
||||
"on-click": "nm-connection-editor",
|
||||
},
|
||||
|
||||
"network#vpn": {
|
||||
"interface": "wg0",
|
||||
"tooltip": false,
|
||||
"format": "",
|
||||
"format-disconnected": "",
|
||||
},
|
||||
|
||||
"clock": {
|
||||
"tooltip": true,
|
||||
"tooltip-format": "{:%A %d %B}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue