1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00
ironbar/src/modules
kuzy000 03e6f10141
feat(keyboard): ability to display and switch kb layout (#836)
This extends the existing `keys` module to be able to show the current keyboard layout, and cycle between layouts (using the `next` command) by clicking. The `keys` module has been renamed to `keyboard` to more accurately reflect its extended featureset.
2025-02-03 21:19:30 +00:00
..
custom refactor: enum/struct formatting 2025-01-01 12:27:33 -08:00
launcher feat(launcher): open new window on middle-click 2024-12-15 07:00:42 -08:00
music refactor: fix some strict clippy warnings 2024-12-29 00:40:12 +00:00
sway refactor: move label truncate function to ext trait 2024-11-24 21:35:31 +00:00
tray refactor: fix some strict clippy warnings 2024-12-29 00:40:12 +00:00
workspaces feat(keyboard): ability to display and switch kb layout (#836) 2025-02-03 21:19:30 +00:00
cairo.rs refactor: fix some pedantic clippy warnings 2024-08-14 21:26:40 +01:00
clipboard.rs refactor: move label truncate function to ext trait 2024-11-24 21:35:31 +00:00
clock.rs refactor(clock): move justify above common 2025-01-02 07:01:28 -08:00
focused.rs refactor: move label truncate function to ext trait 2024-11-24 21:35:31 +00:00
keyboard.rs feat(keyboard): ability to display and switch kb layout (#836) 2025-02-03 21:19:30 +00:00
label.rs fix: markup escape issues 2024-10-15 22:11:15 +01:00
mod.rs feat(keyboard): ability to display and switch kb layout (#836) 2025-02-03 21:19:30 +00:00
networkmanager.rs fix(networkmanager, upower): widget not vertical on left/right bars 2024-11-25 11:12:23 +00:00
notifications.rs Revert "Fix Pango markup not escaped" 2024-06-02 17:42:18 +01:00
script.rs fix: markup escape issues 2024-10-15 22:11:15 +01:00
sysinfo.rs fix: markup escape issues 2024-10-15 22:11:15 +01:00
upower.rs fix(networkmanager, upower): widget not vertical on left/right bars 2024-11-25 11:12:23 +00:00
volume.rs Revert "Fix Pango markup not escaped" 2024-06-02 17:42:18 +01:00