void-packages icon indicating copy to clipboard operation
void-packages copied to clipboard

Waybar: update to 0.13.0.

Open bitterhalt opened this issue 6 months ago • 4 comments

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)

bitterhalt avatar Jun 23 '25 09:06 bitterhalt

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..

dogknowsnx avatar Jun 23 '25 12:06 dogknowsnx

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.

bitterhalt avatar Jun 23 '25 12:06 bitterhalt

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)

dogknowsnx avatar Jun 23 '25 12:06 dogknowsnx

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.

ghost avatar Jun 23 '25 13:06 ghost