Replies: 2 comments 6 replies
-
You can also switch keyboard by adding this on-click command: "hyprland/language": {
"format": "{}",
"format-en": "US",
"format-ca(fr)": "FR-CA",
+ "on-click": "hyprctl switchxkblayout your-keyboard-name-here next"
} You can find your keyboard name by running |
Beta Was this translation helpful? Give feedback.
5 replies
-
Why is this working only when a terminal is open on the same window? it does not work if the terminal is closed however. Any solution to this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
2025-07-09_22-06-51.mp4
If you have not yet setup your keyboard layouts, please look at this FAQ first:
https://manuals.omamix.org/2/the-omarchy-manual/67/faq#how-do-i-switch-between-keyboard-layouts
Now edit your
~/.config/waybar/config.jsonc
file, and add the new module.Your country code and/or language format in the key name "format-{code}" must be the same as you previously set.
Now change the
~/.config/waybar/style.css
to include:Then restart waybar and here you go!
Beta Was this translation helpful? Give feedback.
All reactions