Waybar: update to 0.13.0.
Testing the changes
- I tested the changes in this PR: briefly
Local build testing
- I built this PR locally for my native architecture, (x86_64)
Testing 0.13 right now. A custom module based on bash scripts started behaving weirdly (it wasn't written very robustly, so I was able to fix it by adjusting my scripts).
The network module started displaying some icons incorrectly, as well (may just be me - https://github.com/Alexays/Waybar/issues/4221)
Apart from that everything's working as expected so far..
My network part looks like this and it seems behaving normally.
"network": {
"format-wifi": "",
"format-ethernet": "", // No icons needed if ethernet is connected
"format-linked": "{ifname} (No IP) ?",
"format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": "Network: <b>{essid}</b>\nSignal strength: <b>{signaldBm}dBm ({signalStrength}%)</b>\nFrequency: <b>{frequency}MHz</b>\nInterface: <b>{ifname}</b>\nIP: <b>{ipaddr}/{cidr}</b>\nGateway: <b>{gwaddr}</b>\nNetmask: <b>{netmask}</b>",
"tooltip-format-disconnected": "Disconnected",
"max-length": 30,
"on-click": "foot -a floatterm -e ~/.local/bin/personal/impala",
"on-click-right": "foot -a floatterm -e nethogs",
},
As for the scripts, I only have few and those are running just fine.
Yep, no issues with wifi icons here, either. Briefly scanning the changes on the release page gives that custom modules are being buffered differently now, afaiu.
The rest of the script-based modules I have is working fine.
(Btw ~/.local/bin/personal/impala - impala was added to the repo recently)
I tested it as well and it works well for me. Didn't encounter any regressions compared to 0.12.0 for network, custom scripts or anything else.