aboutsummaryrefslogtreecommitdiff
path: root/projects/tsarbar/index.md
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-19 16:57:18 -0400
committeriamcheeseman <[email protected]>2026-03-19 16:57:18 -0400
commit82edda96ef68a4e4d0695fe1e056b609fdd83074 (patch)
tree5eef077fdbd15f109f625a5fd455df0d5fc9e363 /projects/tsarbar/index.md
hello, world
Diffstat (limited to 'projects/tsarbar/index.md')
-rw-r--r--projects/tsarbar/index.md21
1 files changed, 21 insertions, 0 deletions
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)