Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 865 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 865 Bytes

widgets

widgets is a small proof of concept bar for Wayland. It is made using the iced library directly. It is not feature complete at all, but any further development will have to wait until iced supports the wlr layer shell protocol, which will probably have to wait until winit does. In the meantime, I'm using the Cosmic fork of iced, which supports wlr layer shell via sctk, but as far as I can tell, it does not support multiple windows for it, which I would like for a bar.

Right now, the bar has three different "widgets":

  • a Hyprland workspace display, that communicates with Hyprland via IPC socket,
  • a clock, that is also able to display the date,
  • a battery display, which displays the status and charge of the battery

videobar