From 17fb1cce3b00d5e52d9603b75abcacd4c6e7be67 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Thu, 21 Mar 2024 15:01:22 -0700 Subject: [PATCH] Move backlight to top to make order of non default widgets an understandable order --- source/5/5.1/lxqt-panel.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/5/5.1/lxqt-panel.rst b/source/5/5.1/lxqt-panel.rst index 3b660499..e4985022 100644 --- a/source/5/5.1/lxqt-panel.rst +++ b/source/5/5.1/lxqt-panel.rst @@ -116,6 +116,8 @@ To add two or more panels right click on the panel and :menuselection:`Add New P Non-Default widgets ------------------- +To add an easy way to change brightness to your panel add the :guilabel:`Backlight` widget. To bring the applet to change backlight level left click on the icon. To make the backlight more faint drag the slider to the bottom and to make it brighter drag the slider towards the top. + To have a bar that shows CPU Load shows a bar graph with your CPU usage. To bring up settings for your CPU usage is right click on the CPU bar :menuselection:`Configure CPU Monitor`. The :guilabel:`Show text` checkbox shows a number for CPU usage. The field for :guilabel:`Update interval` is how often to update your CPU usage. The :guilabel:`Bar orientation` says what side to start the bar graph. The :guilabel:`Bar width` is how many pixels wide to make the bar graph. If you want to reset your changes press the :guilabel:`Reset` button. .. image:: CPU-load-settings.png @@ -150,7 +152,7 @@ To add a spacer to your panel add the spacer widget. It creates a blank space on .. image:: panel-spacer.png -To add an easy way to change brightness to your panel add the :guilabel:`Backlight` widget. To bring the applet to change backlight level left click on the icon. To make the backlight more faint drag the slider to the bottom and to make it brighter drag the slider towards the top. + Version -------