mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1266] [MERGED] feat(bar): Keyboard Widget #1286
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1266
Author: @Dethada
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/8/2025
Merged by: @LGUG2Z
Base:
master← Head:bar-widget-keyboard📝 Commits (8)
721d2effeat(komorebi-bar): new widget to display current keyboard input method58373cdfix(komorebi-bar-keyboard): generate new schema file for keyboard widgetce27a76chore(schema.bar.json): remove execute bit set on schema.bar.jsonfb9054afix(komorebi-bar-keyboard): fix retrival of current input method55cc2fdstyle(bar-keyboard): run cargo +nightly fmt461a738chore(bar-keyboard): regenerate schema files781b8d0fix(bar-keyboard): fix padding issuefa6bf6fchore(bar-keyboard): remove execute bit on json files📊 Changes
5 files changed (+361 additions, -0 deletions)
View changed files
📝
Cargo.toml(+1 -0)➕
komorebi-bar/src/keyboard.rs(+174 -0)📝
komorebi-bar/src/main.rs(+1 -0)📝
komorebi-bar/src/widget.rs(+5 -0)📝
schema.bar.json(+180 -0)📄 Description
Add new widget for komorebi bar to display the current keyboard input method.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.