Skip to content

Native wayland desktop touch bar - written in rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt
Notifications You must be signed in to change notification settings

derlaft/ppkui_bar

 
 

Repository files navigation

ppkui_bar

screenshot

ppkui_bar is a native wayland client for providing a bottom touch bar.

Usage

ppkui_bar --config bar.toml

Features

  • Using a custom font generated by glyphter.
  • Wayland layer-shell protocol support.
  • Configuration file.
  • Touch and pointer event handling.
  • Command execution.

Several features have not yet been implemented:

  • Hardware acceleration, font hinting.
  • Using a virtual keyboard protocol to emulate keystrokes instead of command execution (may be a bit faster and efficient).
  • Multitouch handling?
  • Packaging for some distros.

Overall it is quite rough around the edges at this point, although it is usable.

ppkui_menu

screenshot

ppkui_menu is a dmenu-like native wayland application launcher.

Usage

# example
(echo A; echo B; echo C) | ppkui_menu --config launcher.toml

# application launcher
j4-dmenu-desktop --dmenu='ppkui_menu --config '.../launcher.toml --term='xterm'

Features

  • Reading list of options from /dev/stdin
  • Configuration file.
  • Using a font provided in configuration file.
  • Touch and pointer event handling.
  • Touch scrolling.

Several features have not yet been implemented:

  • Hardware acceleration, font hinting.
  • Keyboard input.
  • Finding font by name (full file path is currently required).
  • Displaying prompt messages.
  • Arbitrary text input (critical, required for networkmanager-dmenu).

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Native wayland desktop touch bar - written in rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE.txt
MIT
LICENSE-MIT.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%