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

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

greenfork
Copy link
Contributor

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 missing coverage. Please review.

Project coverage is 91.26%. Comparing base (8b1f895) to head (08ef881).
Report is 5 commits behind head on master.

Files Patch % Lines
lib/awful/widget/keyboardlayout.lua 50.00% 2 Missing ⚠️
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

@Elv13 Elv13 merged commit b9d8305 into awesomeWM:master Aug 18, 2024
10 of 11 checks passed
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