waybar: comment interface, switch icon & signal strength ahead of essid

This commit is contained in:
Aminda Suomalainen 2023-01-20 21:21:02 +02:00
parent f7a1de9d44
commit 3fc0f4528a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@
"on-click": "swaymsg input type:keyboard xkb_switch_layout next"
},
"network": {
"interface": "wlan0",
//"interface": "wlan0",
"format": "{ifname}",
"format-wifi": "{essid} ({signalStrength}%) ",
"format-wifi": "{signalStrength}% {essid}",
"format-ethernet": "{ifname} ",
"format-disconnected": "", //An empty format will hide the module.
"format-disconnected": "",