From 4f6d97c1438f32f8c563c60df8509b9d45a6c970 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Apr 2025 07:59:39 +0530 Subject: [PATCH] Mention desktop panel based projects that use the panel kitten --- docs/integrations.rst | 11 +++++++++++ docs/kittens/panel.rst | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/docs/integrations.rst b/docs/integrations.rst index 595d20360..0ba51df37 100644 --- a/docs/integrations.rst +++ b/docs/integrations.rst @@ -310,6 +310,17 @@ Live incremental search of the scrollback buffer. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Keyboard based text selection for the kitty scrollback buffer. +Desktop panels +------------------------- + +`kitty panel `__ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A system panel for Kitty terminal that displays real-time system metrics using terminal-based utilities. + + +`pawbar `__ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +A kitten-panel based desktop panel for your desktop Miscellaneous ------------------ diff --git a/docs/kittens/panel.rst b/docs/kittens/panel.rst index 25729953a..9956ae181 100644 --- a/docs/kittens/panel.rst +++ b/docs/kittens/panel.rst @@ -55,5 +55,11 @@ to display htop as your desktop background. Remember this works in everything but GNOME and also, in sway, you have to disable the background wallpaper as sway renders that over the panel kitten surface. +There are projects that make use of this facility to implement generalised +panels and desktop components: + + * `kitty panel `__ + * `pawbar `__ + .. include:: ../generated/cli-kitten-panel.rst