Is there a keylock indicator applet for Xfce panel (preferably native to Xfce)?
I have almost switched to Xfce, except for this!
Is there a keylock indicator applet for Xfce panel (preferably native to Xfce)?
I have almost switched to Xfce, except for this!
The keylock indicator plugin for Xfce4 "shows the state of your keyboard LEDs: Caps, Scroll and Num Lock in Xfce panel."
Installation instructions for Xfce4 keylock indicator plugin:
(Note: This works on Xfce versions 4.6 and 4.8. Xfce 4.10 uses a different version of the
libxfce4ui
widget library and I haven't tested this plugin with 4.10).EDIT: Tested and it works fine till Xfce versions 4.12.
Download the files from here.
Move to your download directory and unpack the files by running the following command:
sudo tar -jxf xfce4-kbdleds-plugin-0.0.6.tar.bz2
Next, change to the directory
xfce4-kbdleds-plugin-0.0.6
and run these commands:Finally, add the plugin to your panel.
-- The Add New Items dialogue can be opened by right clicking on an empty space on the panel and selecting Add New Items. If you right click on a space occupied by a panel plugin, you can access Add New Items by going to Panel → Add New Items.
Source
The instructions of @Kevin-Bowen did not work as is for me. This had to do with
sudo
. I adapted his instructions and turned it into a script to simplify the installation of the plugin. I have run the script under Ubuntu and Manjaro using Xcfe version 4.14.The Xcfe keylock indicator plugin shows the state of the keyboard LEDs: Caps, Scroll and Num Lock in the Xfce panel.
Check here for the latest version and update the
PLUGIN_VERSION
in the script if necessary.You can place the below code in a file or just copy & paste it into a terminal. I hope it helps someone.
After running the code don't forget to enable the plugin:
Panel > + Add New Items...
Kdbleds Plugin
and click the+ Add
button