Skip to content

sh1r4s3/osd_tac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

osd_tac

osd_tac is designed to show progress bar on the screen with dynamic update, that is, while the instance of the program is running we can ask it to redraw with a new data through another instance. As of now the communication between instances is built on top of the UNIX sockets.

It has only a few dependencies:

  • pthread
  • xosd

To build the program simply configure it through cmake and build:

$ cmake -Bbuild .
$ cmake --build build
$ ./build/osd_tac

Example:

example usage

About

Display and update OSD in X11

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published