.



Adithya V. Sastry

Robotics + Origami
Creator of Tin Can Linux
Research Science Institute 2025
Lover of all things tiny


"A dream is not that which you see while
sleeping, it is that which does not let
you sleep."

-- Dr. APJ Abdul Kalam

|-----------------------------|
| UBAR: micro-sized statusbar |
|-----------------------------|

A micro-sized statusbar for linux.

- Incredibly minimal (only 103 lines with comments)
- Depends only on xlib and libxft
- Configured entirely in code

=== BUILDING
============

1. Edit `config.h`
2. Run `make`
3. Move `ubar` to your bin directory

=== SHOWING INFO
================

The information that is shown on the bar is determined by running two shell
scripts which can be set in `config.h`. Examples are provided in the repository
at `bar_left.sh` and `bar_right.sh`.
============== Updates ==============
News - 03/08/2025 Tin Can: 32 followers + 19 stars on GitHub News - 12/01/2024 Arc: first release candidate Post - 11/19/2024 LibTorch in Rust using FFIs News - 11/07/2024 Arc: rusty package manager for Linux Post - 06/23/2024 Shared Memory IPC in Rust