Skip to content

A GNOME 42 extension that adds a keyboard settings menu item into the keyboard indicator

Notifications You must be signed in to change notification settings

DavidL344/keyboard-indicator-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keyboard Indicator Settings

Keyboard Indicator Settings is a GNOME 42 extension that adds a keyboard settings menu item into the keyboard indicator.

Keyboard Indicator Settings

Installation

# Install git
sudo apt install git -y

# Install GNOME Shell Extensions
sudo add-apt-repository universe -y
sudo apt install gnome-shell-extensions -y

# Clone the repository
git clone https://github.com/DavidL344/keyboard-indicator-settings.git ~/.local/share/gnome-shell/extensions/[email protected]

After the installation, restart the GNOME Shell by pressing Alt + F2, typing r and pressing Enter. Then, enable the extension by running the following command:

# Enable the extension
gnome-extensions enable [email protected]

Updating

# Pull the latest changes
cd ~/.local/share/gnome-shell/extensions/[email protected]
git pull

Removal

# Disable the extension
gnome-extensions disable [email protected]

# Remove the extension
rm -rf ~/.local/share/gnome-shell/extensions/[email protected]

After the removal, restart the GNOME Shell by pressing Alt + F2, typing r and pressing Enter.

About

A GNOME 42 extension that adds a keyboard settings menu item into the keyboard indicator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published