From e687d6db058ff3c4caf9420b44bc384c0244dc5e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 18 May 2025 09:56:20 +0530 Subject: [PATCH] Link to my bar's code since it is now public --- docs/kittens/panel.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 `.