diff options
Diffstat (limited to 'projects/tsarbar')
| -rw-r--r-- | projects/tsarbar/index.md | 21 |
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: + + |
