mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
waybar: add WiFi frequency
This commit is contained in:
parent
0e70e8e532
commit
2563074575
@ -35,12 +35,12 @@
|
|||||||
"network": {
|
"network": {
|
||||||
//"interface": "wlan0",
|
//"interface": "wlan0",
|
||||||
"format": "{ifname}",
|
"format": "{ifname}",
|
||||||
"format-wifi": "{signalStrength}% {essid}",
|
"format-wifi": "{frequency} {signalStrength}% {essid}",
|
||||||
"format-ethernet": "{ifname} up",
|
"format-ethernet": "{ifname} up",
|
||||||
"format-disconnected": "", //An empty format will hide the module.
|
"format-disconnected": "", //An empty format will hide the module.
|
||||||
"format-disconnected": "down",
|
"format-disconnected": "down",
|
||||||
"tooltip-format": "{ifname}",
|
"tooltip-format": "{ifname}",
|
||||||
"tooltip-format-wifi": "{signalStrength}% {essid}",
|
"tooltip-format-wifi": "{frequency} {signalStrength}% {essid}",
|
||||||
"tooltip-format-ethernet": "{ifname} up",
|
"tooltip-format-ethernet": "{ifname} up",
|
||||||
"tooltip-format-disconnected": "Disconnected",
|
"tooltip-format-disconnected": "Disconnected",
|
||||||
"max-length": 50
|
"max-length": 50
|
||||||
|
Loading…
Reference in New Issue
Block a user