diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index 297a02df3..b6219ddaf 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -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 +`__. +This was designed for my personal use only, but, there are :ref:`public projects implementing general purpose panels using kitty `.