diff --git a/de/home/.config/eww/scripts/bar/networking b/de/home/.config/eww/scripts/bar/networking index 8fe4482..1b42766 100755 --- a/de/home/.config/eww/scripts/bar/networking +++ b/de/home/.config/eww/scripts/bar/networking @@ -19,7 +19,7 @@ function ifstatus(){ fi vpn_cons=$(nmcli -g TYPE,NAME connection show --active | grep -e "vpn" -e "wireguard") - echo "${vpn_cons//$'\n'/;}" +# echo "${vpn_cons//$'\n'/;}" case "${vpn_cons//$'\n'/;}" in *ProtonVPN|*ProtonVPN\;*) is_proton='true' diff --git a/de/home/.config/eww/style/bar.scss b/de/home/.config/eww/style/bar.scss index c587035..1be024d 100644 --- a/de/home/.config/eww/style/bar.scss +++ b/de/home/.config/eww/style/bar.scss @@ -1,9 +1,12 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2); -.bar { +.bar.horizontal { font-size: 1.05em; - padding: 10px 0px 10px; - margin: 0px 15px; + padding: 10px; + margin: 10px 15px; + background-color: rgba($bar-bg-color, 0.5); + border-radius: $bar-module-border-radius; + /* background: none;*/ .leftgroup, .centergroup, diff --git a/de/home/.config/eww/variables/bar/network.yuck b/de/home/.config/eww/variables/bar/network.yuck index 396bb81..dcfa90a 100644 --- a/de/home/.config/eww/variables/bar/network.yuck +++ b/de/home/.config/eww/variables/bar/network.yuck @@ -1,2 +1,2 @@ -(deflisten network_status :initial '{ "wifi": "false", "wired": "false", "proton": "false", "homevpn": "false" }' +(deflisten network_status :initial '{ "online": false, "wifi": "false", "wired": "false", "vpn": "false", "proton": "false", "proton_sc": "false", "homevpn": "false", "homevpn_full": "false" }' "scripts/bar/networking")