From 82edda96ef68a4e4d0695fe1e056b609fdd83074 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 19 Mar 2026 16:57:18 -0400 Subject: hello, world --- projects/tsarbar/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/tsarbar/index.md (limited to 'projects/tsarbar') diff --git a/projects/tsarbar/index.md b/projects/tsarbar/index.md new file mode 100644 index 0000000..1d011e6 --- /dev/null +++ b/projects/tsarbar/index.md @@ -0,0 +1,21 @@ +\> [go back](/projects) + +# [Tsarbar](https://codeberg.org/iamcheeseman/tsarbar). + +Tsarbar is a simple status bar for Xorg that I made with a friend. It's +configured through a command line utility called `tsarc`. + +Example for a simple clock: + +```bash +$ tsarc set clock -text "`date`" +$ tsarc layout -left clock +``` + +You can replace `clock` with anything and set the text to whatever. Tsarbar +doesn't care. All that needs to happen for the component to display is that 1. +It has text, and 2. It's in the bar layout. + +You can see an example of how it *could* look at the top of this screenshot: + +![](/gallary/photo/rice.webp) -- cgit v1.3-2-g0d8e