An open API service indexing awesome lists of open source software.

https://github.com/thesoftwarewizard/layoutchanger

Keyboard Layout Switcher with Notification
https://github.com/thesoftwarewizard/layoutchanger

Last synced: about 1 year ago
JSON representation

Keyboard Layout Switcher with Notification

Awesome Lists containing this project

README

          

# Keyboard Layout Switcher with Notification

This Bash script allows users to switch between different keyboard layouts on Arch Linux. It toggles between two predefined keyboard layouts and displays a notification message on the screen indicating the layout that has been changed.

## How it works

1. Define the keyboard layouts you want to use in the script.
2. Check the current keyboard layout.
3. Toggle to the opposite layout.
4. Display a notification message confirming the layout change, showing the newly activated layout.

## Usage

1. Execute the script to change the keyboard layout.
2. A notification will appear on the screen informing you about the layout change, specifying the new layout that has been activated.

## Requirements

- Arch Linux
- Bash scripting environment

## Installation

1. Clone or download the repository.
2. Make sure the script has executable permissions:

```bash
chmod +x change_layout.sh