Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

widget.keyboardlayout: add option for custom keyboard layouts #3907

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenfork
Copy link

Can be used like this:

awful.widget.keyboardlayout({country_codes = {"raku"}})

Closes #3691

Can be used like this:

	awful.widget.keyboardlayout({country_codes = {"raku"}})

Closes awesomeWM#3691
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 91.26%. Comparing base (8b1f895) to head (08ef881).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3907      +/-   ##
==========================================
- Coverage   91.27%   91.26%   -0.01%     
==========================================
  Files         935      935              
  Lines       60129    60132       +3     
==========================================
+ Hits        54880    54882       +2     
- Misses       5249     5250       +1     
Flag Coverage Δ
gcov 91.26% <50.00%> (-0.01%) ⬇️
luacov 93.89% <50.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
lib/awful/widget/keyboardlayout.lua 94.44% <50.00%> (-0.95%) ⬇️

... and 1 file with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Keyboardlayout widget for custom layouts
3 participants