Compare commits

..

No commits in common. "a32cad449770b43d0354ae7abb69853d7d8a40c6" and "0e70e8e532d657f9645e9abe22c8184c9b7f4622" have entirely different histories.

2 changed files with 4 additions and 10 deletions

View File

@ -35,11 +35,12 @@
"network": {
//"interface": "wlan0",
"format": "{ifname}",
"format-wifi": "{frequency}G {signalStrength}% {essid}",
"format-wifi": "{signalStrength}% {essid}",
"format-ethernet": "{ifname} up",
"format-disconnected": "",
"format-disconnected": "", //An empty format will hide the module.
"format-disconnected": "down",
"tooltip-format": "{ifname}",
"tooltip-format-wifi": "{frequency}G {signalStrength}% {essid}",
"tooltip-format-wifi": "{signalStrength}% {essid}",
"tooltip-format-ethernet": "{ifname} up",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50

View File

@ -4,10 +4,3 @@ use_default_interface=true
# build-in DHCP client
EnableNetworkConfiguration=true
EnableIPv6=true
# This section ranks how iwd prefers networks over 2.4 Ghz. I want to prefer
# 5 GHz and I am guessing 6 GHz is better when it exists. Both default to
# 1.0
[Rank]
BandModifier5Ghz=2.0
BandModifier6Ghz=2.5