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
- Host: GitHub
- URL: https://github.com/thesoftwarewizard/layoutchanger
- Owner: TheSoftwareWizard
- Created: 2024-05-31T01:10:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T01:15:18.000Z (about 2 years ago)
- Last Synced: 2025-03-30T22:29:44.981Z (about 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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