GitXplorerGitXplorer
d

dtao

public
20 stars
5 forks
9 issues

Commits

List of commits on branch main.
Verified
57fe859b1f24f17a85ee38825159de9eefdfbb10

Merge pull request #7 from Sevz17/update-fcft

ddjpohly committed 3 years ago
Verified
efda89b623cf990bc6836485055801f0a24ce245

since fcft-3.0.0 fcft_init() and fcft_fini() must be called

ssevz17 committed 3 years ago
Unverified
52c5666981b01cd94f9cc4cdcc20270d37dd2721

add PREFIX to Makefile

ddjpohly committed 4 years ago
Unverified
194fec3f15a8100f0bdaea85290941f31c78ebd0

handle full buffer gracefully

ddjpohly committed 4 years ago
Unverified
0031c840166b7b5c9c99b299fe8128bd5c6c6ea7

this should technically be included explicitly

ddjpohly committed 4 years ago
Unverified
0f8fa7e34413c6b0794fbf9ae7fd3cf80bf94b61

start text vertically centered

ddjpohly committed 4 years ago

README

The README file for this repository.

dtao - dzen for Wayland

(zen + way -> tao)

dtao is a stdin-based general-purpose bar for Wayland, modeled after the venerable dzen2. At the moment, it can display text from stdin on a layer-shell and change foreground and background colors, but at this point it should be easy to port more features from dzen without needing too much Wayland knowhow.

Dependencies

  • fcft
  • pixman
  • libwayland-client
  • ruby-ronn

To-do list/contribution opportunities

  • Port other formatting commands from dzen
  • Continued refactoring and cleanup