waybar: adjust formats

This commit is contained in:
Aminda Suomalainen 2023-01-21 16:05:53 +02:00
parent 3dccbffc88
commit 0e70e8e532
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 5 additions and 5 deletions

View File

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