Link to my bar's code since it is now public

This commit is contained in:
Kovid Goyal
2025-05-18 09:56:20 +05:30
parent 13c37cf694
commit e687d6db05

View File

@@ -114,11 +114,12 @@ shell.
The Linux dock panel was::
kitten panel kitty +launch my-panel.py
wm bar
This creates the panel window and runs the ``my-panel.py`` script inside it
using the Python interpreter that comes bundled with kitty. Unfortunately the
actual script is not public, but there are :ref:`public projects implementing
This is a custom program I wrote for my personal use. It uses kitty's kitten
infrastructure to implement the bar in a `few hundred lines of code
<https://github.com/kovidgoyal/wm/blob/master/bar/main.go>`__.
This was designed for my personal use only, but, there are :ref:`public projects implementing
general purpose panels using kitty <panel_projects>`.