mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 09:15:22 +01:00
[PR #783] [MERGED] feat: libinput keys module #2347
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#2347
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/JakeStanger/ironbar/pull/783
Author: @JakeStanger
Created: 11/17/2024
Status: ✅ Merged
Merged: 12/27/2024
Merged by: @JakeStanger
Base:
master← Head:feat/libinput📝 Commits (1)
ccfe73ffeat: libinputkeysmodule📊 Changes
20 files changed (+798 additions, -106 deletions)
View changed files
📝
.github/scripts/ubuntu_setup.sh(+1 -0)📝
Cargo.lock(+71 -7)📝
Cargo.toml(+10 -4)📝
docs/Compiling.md(+6 -0)➕
docs/modules/Keys.md(+102 -0)📝
docs/modules/Music.md(+0 -2)➖
examples/test.corn(+0 -60)📝
flake.nix(+2 -0)📝
nix/default.nix(+4 -1)📝
shell.nix(+2 -0)➕
src/clients/libinput.rs(+235 -0)📝
src/clients/mod.rs(+14 -1)📝
src/config/mod.rs(+6 -0)📝
src/gtk_helpers.rs(+6 -0)📝
src/image/gtk.rs(+67 -13)📝
src/macros.rs(+22 -2)📝
src/main.rs(+1 -1)➕
src/modules/keys.rs(+231 -0)📝
src/modules/mod.rs(+2 -0)📝
src/modules/music/mod.rs(+16 -15)📄 Description
Adds a new module which shows the status of toggle mod keys (capslock, num lock, scroll lock).
Not 100% on the name yet. I want to ensure it's named after something other than
libinput, but I'm open to better module names.TODO:
libinput& dev)Resolves #700
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.