Compare commits

...

3 Commits

2 changed files with 10 additions and 4 deletions

View File

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

View File

@ -4,3 +4,10 @@ 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