This commit is contained in:
Kovid Goyal
2025-04-30 19:10:15 +05:30
parent a72fc508d9
commit 68a0c5b86f
4 changed files with 45 additions and 56 deletions

View File

@@ -9,6 +9,18 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
Recent major new features Recent major new features
--------------------------- ---------------------------
Access kitty with a single keypress [0.42]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. include:: quake-screenshots.rst
kitty now has a Quake like floating, translucent terminal window, so you can access
all that kitty goodness instantly with a single keypress.
See the screenshots on the side and head over to the :doc:`kitten page for details
on how to set it up </kittens/quick-access-terminal>`.
Multiple sized text [0.40] Multiple sized text [0.40]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -97,7 +109,7 @@ Detailed list of changes
0.42.0 [future] 0.42.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- A new :doc:`kitten quick-access-terminal </kittens/quick-access-terminal>` can now be used to :ref:`quake` - A new kitten: :doc:`quick-access-terminal </kittens/quick-access-terminal>` to :ref:`quake`
- The :doc:`panel kitten </kittens/panel>` now works on macOS as well as Wayland (:iss:`2590`) - The :doc:`panel kitten </kittens/panel>` now works on macOS as well as Wayland (:iss:`2590`)

View File

@@ -8,6 +8,8 @@ Draw a GPU accelerated dock panel on your desktop
Overview Overview
-------------- --------------
.. include:: ../quake-screenshots.rst
Draw the desktop wallpaper or docks and panels using arbitrary Draw the desktop wallpaper or docks and panels using arbitrary
terminal programs, For example, have `btop terminal programs, For example, have `btop
<https://github.com/aristocratos/btop>`__ or `cava <https://github.com/aristocratos/btop>`__ or `cava
@@ -16,37 +18,6 @@ terminal programs, For example, have `btop
It is useful for showing status information or notifications on your desktop It is useful for showing status information or notifications on your desktop
using terminal programs instead of GUI toolkits. using terminal programs instead of GUI toolkits.
.. only:: not man
.. sidebar::
**Screenshots**
.. figure:: ../screenshots/quake-macos.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on macOS
:align: center
:width: 100%
macOS
.. figure:: ../screenshots/quake-hypr.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on Hyprland in Linux
:align: center
:width: 100%
Linux
.. figure:: ../screenshots/panel.png
:alt: Screenshot, showing a sample panel
:align: center
:width: 100%
A sample panel on Linux
How the screenshots were generated is :ref:`described below
<quake_ss>`.
The screenshot to the side shows some uses of the panel kitten to draw various The screenshot to the side shows some uses of the panel kitten to draw various
desktop components such as the background, a quick access floating terminal and desktop components such as the background, a quick access floating terminal and

View File

@@ -11,30 +11,7 @@ Make a Quake like quick access terminal
-------------- --------------
.. only:: not man .. include:: ../quake-screenshots.rst
.. sidebar::
**Screenshots**
.. figure:: ../screenshots/quake-macos.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on macOS
:align: center
:width: 100%
macOS
.. figure:: ../screenshots/quake-hypr.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program ``btop``, running inside kitty, on Hyprland in Linux
:align: center
:width: 100%
Linux
How the screenshots were generated is :ref:`described in the panel
kitten docs <quake_ss>`.
.. versionadded:: 0.42.0 .. versionadded:: 0.42.0
Works on macOS and Wayland, except for GNOME. Works on macOS and Wayland, except for GNOME.

View File

@@ -0,0 +1,29 @@
.. only:: not man
.. sidebar::
**Screenshots**
.. figure:: /screenshots/quake-macos.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program btop, running inside kitty, on macOS
:align: center
:width: 100%
macOS
.. figure:: /screenshots/quake-hypr.webp
:alt: Screenshot, showing the kitty floating quick access terminal above the background which is the program btop, running inside kitty, on Hyprland in Linux
:align: center
:width: 100%
Linux
.. figure:: /screenshots/panel.png
:alt: Screenshot, showing a sample panel
:align: center
:width: 100%
A sample panel on Linux
How the screenshots :ref:`were generated <quake_ss>`.