New backup 2025-08-31 15:00:01
This commit is contained in:
parent
afbfcc9b25
commit
73e0f85818
1 changed files with 3 additions and 3 deletions
|
@ -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 ? " " : " "})
|
||||
|
|
Loading…
Add table
Reference in a new issue