mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
DRYer
This commit is contained in:
parent
a72fc508d9
commit
68a0c5b86f
4 changed files with 45 additions and 56 deletions
|
|
@ -9,6 +9,18 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
|||
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]
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -97,7 +109,7 @@ Detailed list of changes
|
|||
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`)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@ Draw a GPU accelerated dock panel on your desktop
|
|||
Overview
|
||||
--------------
|
||||
|
||||
.. include:: ../quake-screenshots.rst
|
||||
|
||||
Draw the desktop wallpaper or docks and panels using arbitrary
|
||||
terminal programs, For example, have `btop
|
||||
<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
|
||||
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
|
||||
desktop components such as the background, a quick access floating terminal and
|
||||
|
|
|
|||
|
|
@ -11,30 +11,7 @@ Make a Quake like quick access terminal
|
|||
--------------
|
||||
|
||||
|
||||
.. 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
|
||||
|
||||
How the screenshots were generated is :ref:`described in the panel
|
||||
kitten docs <quake_ss>`.
|
||||
|
||||
.. include:: ../quake-screenshots.rst
|
||||
|
||||
.. versionadded:: 0.42.0
|
||||
Works on macOS and Wayland, except for GNOME.
|
||||
|
|
|
|||
29
docs/quake-screenshots.rst
Normal file
29
docs/quake-screenshots.rst
Normal 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>`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue