mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #24] [MERGED] Implement Wayland protocol support #6076
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#6076
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/24
Author: @JakeStanger
Created: 10/13/2022
Status: ✅ Merged
Merged: 10/14/2022
Merged by: @JakeStanger
Base:
master← Head:feat/wayland-protocols📝 Commits (6)
b188bc7feat: initial support for running outside sway324f00cfeat: wlroots-agnostic support forfocusedmodulebb4fe7fdocs(readme): credit smithay client toolkitb1c66b9feat: wlroots-agnostic support forlaunchermodule5ce50b0refactor: tidy and format994d0f5docs(readme): update references to sway📊 Changes
14 files changed (+876 additions, -371 deletions)
View changed files
📝
Cargo.lock(+193 -4)📝
Cargo.toml(+5 -2)📝
README.md(+11 -9)📝
src/main.rs(+16 -16)📝
src/modules/focused.rs(+23 -37)📝
src/modules/launcher/item.rs(+22 -67)📝
src/modules/launcher/mod.rs(+110 -138)📝
src/modules/launcher/open_state.rs(+6 -24)📝
src/sway.rs(+4 -24)➖
src/sway/node.rs(+0 -50)➕
src/wayland/client.rs(+125 -0)➕
src/wayland/mod.rs(+54 -0)➕
src/wayland/toplevel.rs(+143 -0)➕
src/wayland/toplevel_manager.rs(+164 -0)📄 Description
Implements initial support for running outside of Sway.
Everything except the
workspacesmodule, which still depends onsway-ipcis known to work insideHyprland. A separate PR will be raised to integrate Hyprland-specific Workspaces support.Partially resolves #18.
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.