@@ -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
@@ -643,13 +651,18 @@ set -g @dracula-ping-rate 5
643651
644652### network-vpn - [ up] ( #table-of-contents )   
645653
646- This widget displays whether a vpn is connected.
654+ This widget tries to display whether a vpn is connected.
655+ Tailscale exit nodes are fully supported for Linux and MacOS.
647656
648- These options are not available yet .
657+ Set verbose to true in order to see the VPNs IP or name of Tailscale exit node .
649658
650659``` bash 
651660set  -g @dracula-network-vpn-verbose true 
652- set  -g @dracula-network-vpn-label
661+ ``` 
662+ 
663+ Set the widgets label like so:
664+ ``` bash 
665+ set  -g @dracula-network-vpn-label "  " 
653666``` 
654667
655668### playerctl - [ up] ( #table-of-contents )   
0 commit comments