From 6a633cb4bb356c26712432d171279b05db2df533 Mon Sep 17 00:00:00 2001 From: feltcat <58396817+feltcat@users.noreply.github.com> Date: Thu, 14 Jul 2022 01:08:00 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20some=20typos=20in=20=E2=80=8Bcontrib=20wi?= =?UTF-8?q?dgets=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/contrib.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/contrib.rst b/docs/source/contrib.rst index a1cfee0..753262b 100644 --- a/docs/source/contrib.rst +++ b/docs/source/contrib.rst @@ -2,7 +2,7 @@ Contrib Widget Types ==================== Contrib libraries, or widget types, are extra snippets of code you can use. -Some are for less common hardware, and other were contributed by Vicious users. +Some are for less common hardware, and others were contributed by Vicious users. The contrib directory also holds widget types that were obsoleted or rewritten. Contrib widgets will not be imported by init unless you explicitly enable it, or load them in your ``rc.lua``. @@ -158,9 +158,9 @@ Supported Platforms: platform independent * ``$2``: Usage of GPU memory * ``$3``: Usage of video engine * ``$4``: Usage of PCIe bandwidth - * ``$5``: Uemperature of requested graphics device - * ``$6``: Urequency of GPU core - * ``$7``: Uemory transfer rate + * ``$5``: Temperature of requested graphics device + * ``$6``: Frequency of GPU core + * ``$7``: Memory transfer rate vicious.contrib.nvsmi ^^^^^^^^^^^^^^^^^^^^^