mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-25 11:44:13 +01:00
Compare commits
3 Commits
0e70e8e532
...
a32cad4497
Author | SHA1 | Date | |
---|---|---|---|
a32cad4497 | |||
53dcbb1d28 | |||
2563074575 |
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user