polybar-dwm/src
Gilad Naaman db9a83a83b feat(xkeyboard): Customizable indicators and layouts (#1559)
* `layout-icon-*` list that maps layouts to icons.
* `indicator-icon-*` list that maps indicators to off and on icons
* `label-indicator-off`
* `label-indicator-on` which replaces the now deprecated `label-indicator`
* `label-indicator-[on|off]-*` for each indicator. Overrides `label-indicator-on` and `label-indicator-off` 

Fixes #1558 
Closes #1048

* add icon support for xkeyboard layouts

* removed unneeded #include

* add sperate %icon% token that can be used in <label-layout>

* removed unneeded #include

* added caps lock indicator (was mentioned in wiki, but not actually implememnted) and support for indicator icons

* a few more fixes to make sure existing user configs are not broken

* ready to go

* Added an option to replace xkb indicator names

* Added labels for each indicator state

* Removed print left on accident

* Fixed review comments

* Update src/modules/xkeyboard.cpp

Co-Authored-By: Gilnaa <gilad@naaman.io>
2019-02-24 22:35:39 +01:00
..
adapters fix(net): buffer overflow when gathering ipv6 addr 2019-01-20 15:12:22 +01:00
cairo doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
components refactor(bar): Remove bar_settings.center 2019-02-05 11:50:25 +01:00
drawtypes refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
modules feat(xkeyboard): Customizable indicators and layouts (#1559) 2019-02-24 22:35:39 +01:00
utils doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
x11 feat(xkeyboard): Customizable indicators and layouts (#1559) 2019-02-24 22:35:39 +01:00
CMakeLists.txt CMake refactor (#1510) 2018-11-21 18:46:33 +01:00
ipc.cpp refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
main.cpp feat(monitor): use primary monitor as default (#1426) 2019-01-20 11:20:30 -08:00