@@ -198,6 +198,14 @@ which will display the battery charge and whether its charging (or just drawing
198198set  -g @dracula-battery-label false 
199199set  -g @dracula-show-battery-status true 
200200``` 
201+ these settings will introduce the following icons:
202+ -  the battery is discharging and at the current level: `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ` 
203+ -  the battery is charging and at the current level: `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  ` 
204+ -  power is being drawn from AC, but the battery is neither charging nor discharging: `  ` 
205+ -  we were able to determine that the battery is charging/ discharging, but something about the percentage went wrong: `  ` 
206+ -  we don't know the status of the battery: `  ` 
207+ 
208+ 
201209
202210if you have no battery and would like the widget to hide in that case, set the following:
203211
@@ -582,13 +590,17 @@ set -g @dracula-ping-rate 5
582590
583591### network-vpn - [ up] ( #table-of-contents )   
584592
585- This widget displays whether a vpn is connected.
586- 
587- These options are not available yet.
593+ This widget tries to display whether a vpn is connected.
594+ Tailscale exit nodes are fully supported for Linux and MacOS.
588595
596+ Set verbose to true in order to see the VPNs IP or name of Tailscale exit node.
589597``` bash 
590598set  -g @dracula-network-vpn-verbose true 
591- set  -g @dracula-network-vpn-label
599+ ``` 
600+ 
601+ Set the widgets label like so:
602+ ``` bash 
603+ set  -g @dracula-network-vpn-label "  " 
592604``` 
593605
594606### playerctl - [ up] ( #table-of-contents )   
0 commit comments