waybar: add WiFi frequency

This commit is contained in:
Aminda Suomalainen 2023-01-21 18:23:28 +02:00
parent 0e70e8e532
commit 2563074575
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

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