New backup 2025-08-31 15:00:01

This commit is contained in:
Penelope Gwen 2025-08-31 15:00:01 -07:00
parent afbfcc9b25
commit 73e0f85818

View file

@ -6,7 +6,7 @@
:revealvar-name "reveal_vpn"
(button :onclick 'notify-send "test"'
:class {network_status.proton || network_status.homevpn ? 'active' : 'inactive'}
{network_status.proton || network_status.homevpn ? "" : ""})
{network_status.vpn ? "" : ""})
(vpn_children)))
(defwidget vpn_children []
@ -16,10 +16,10 @@
:halign "center"
(button :onclick 'scripts/bar/nmcli-vpn "HomeVPN"'
:class {network_status.homevpn ? "active" : "inactive"}
{network_status.homevpn ? "" : ""})
" ${network_status.homevpn ? "" : ""}")
(button :onclick 'scripts/bar/nmcli-vpn "HomeVPN-Full"'
:class {network_status.homevpn_full ? "active" : "inactive"}
{network_status.homevpn ? "" : ""})
" ${network_status.homevpn ? "" : ""}")
(button :onclick 'scripts/bar/nmcli-vpn "ProtonVPN"'
:class {network_status.proton ? "active" : "inactive"}
{network_status.homevpn ? " " : " "})