Commit Graph
8 Commits
Author SHA1 Message Date
David fa6bf6ff76 chore(bar-keyboard): remove execute bit on json files 2025-02-08 11:30:38 +08:00
David 781b8d0bd0 fix(bar-keyboard): fix padding issue 2025-02-08 11:26:18 +08:00
David 461a73833e chore(bar-keyboard): regenerate schema files 2025-02-08 11:18:39 +08:00
David 55cc2fd889 style(bar-keyboard): run cargo +nightly fmt 2025-02-08 11:02:32 +08:00
David fb9054a18b fix(komorebi-bar-keyboard): fix retrival of current input method
Previously, current input method was retrieved via the Language::CurrentInputMethodLanguageTag()
call, which is inaccurate as it is retrieving the current input method of the bar itself, so it will
only be updated when the bar is in focus. The fix is getting the TID of the currently focused window
and read its input method.
2025-02-07 13:00:06 +08:00
David ce27a76b36 chore(schema.bar.json): remove execute bit set on schema.bar.json 2025-02-07 01:17:25 +08:00
David 58373cd26c fix(komorebi-bar-keyboard): generate new schema file for keyboard widget 2025-02-07 01:13:06 +08:00
David 721d2ef408 feat(komorebi-bar): new widget to display current keyboard input method 2025-02-06 21:17:01 +08:00