kitten-panel(1) | kitty | kitten-panel(1) |
kitten-panel - Use a command line program to draw a GPU accelerated panel on your X11 desktop
You can use this kitten to draw a GPU accelerated panel on the edge of your screen, that shows the output from an arbitrary terminal program.
It is useful for showing status information or notifications on your desktop using terminal programs instead of GUI toolkits.
The screenshot above shows a sample panel that displays the current desktop and window title as well as miscellaneous system information such as network activity, CPU load, date/time, etc.
NOTE:
Using this kitten is simple, for example:
kitty +kitten panel sh -c 'printf "\n\n\nHello, world."; sleep 5s'
This will show Hello, world. at the top edge of your screen for five seconds. Here the terminal program we are running is sh with a script to print out Hello, world!. You can make the terminal program as complex as you like, as demonstrated in the screenshot above.
The source code for this kitten is available on GitHub.
kitty +kitten panel [options] program-to-run
Use a command line program to draw a GPU accelerated panel on your X11 desktop
Kovid Goyal
2024, Kovid Goyal
November 11, 2024 | 0.32.2 |