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

Add XKB Indicators #439

Closed
moyamo opened this issue Dec 11, 2017 · 3 comments
Closed

Add XKB Indicators #439

moyamo opened this issue Dec 11, 2017 · 3 comments
Labels
enhancement Issue that suggests an enhancement

Comments

@moyamo
Copy link

moyamo commented Dec 11, 2017

Some laptops and keyboards don't come with LED Caps Lock or Num Lock indicators.

It would be nice if conky could display the state of XKB indicators such as Caps Lock, Scroll Lock, Num lock etc.

@easysid
Copy link

easysid commented Jan 14, 2018

using xset q | <awk/grep/sed pipeline> in ${execi} should be sufficient in most cases. However, it does entail a call to external process.

@su8
Copy link
Collaborator

su8 commented Aug 1, 2018

Thanks, the indicators was just added and are in PR.

@moyamo
Copy link
Author

moyamo commented Aug 2, 2018

Thanks, I appreciate it 👍

brndnmtthws pushed a commit that referenced this issue Aug 2, 2018
* Fix issues #439 , #303

* core.cc: Add missing header file

* core.cc: Check if we build for x11 and add the locks functions

* read_tcpip.cc: Fix for #306

* read_tcpip.cc: Missing string format specifier for "snprintf()"

* read_tcpip.cc: Wrong signed int format specifier for "snprintf()"

* Missing many string format specifiers to "snprintf()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue that suggests an enhancement
Projects
None yet
Development

No branches or pull requests

5 participants