diff --git a/.config/polybar/config b/.config/polybar/config index c5c08c6..27c7e7d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -72,7 +72,7 @@ font-2 = Noto Sans Mono:size=8;0 ; Modules modules-left = temp-cpu cpu memfree memory modules-center = popup-utc network public-ip filesystem -modules-right = battery +modules-right = vpn battery ; Set the cursor to display pointer / resize is interaction available cursor-click = pointer @@ -82,6 +82,13 @@ cursor-scroll = ns-resize ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; VPN Status +;;;;;;;;;;;;;;;;;;;;;;;;;; +[module/vpn] +type = custom/script +exec = mullvad status | awk '{print "VPN: "$3}' +interval = 10 + ; Pop-up Calendar ;;;;;;;;;;;;;;;;;;;;;;;;;; [module/popup-utc]