Skip to content

nwg-panel 0.2.0

Compare
Choose a tag to compare
@nwg-piotr nwg-piotr released this 12 Mar 23:44
· 1272 commits to master since this release
7e598a9

This release brings some bug fixes, as well as code optimization, that significantly decreases CPU load and improves UI smoothness.

  • i3-tree: avoid multiple checks;
  • Controls: avoid checking values twice;
  • Tracing outputs number optimized on sway, turned off outside sway (unnecessary on this stage of development);
  • Bluetooth: python-pybluez module used instead of bluez, bluez-utils (dependencies changed!); now it works on systemd-less systems, too;
  • dependencies check revised; die if python-i3ipc not found on sway;
  • Controls: popup vertical packaging compacted;
  • config tooltips updated.