[PR #405] [MERGED] feat: load bars on monitor when it connects #2102

Closed
opened 2026-05-22 22:55:51 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/405
Author: @JakeStanger
Created: 1/11/2024
Status: Merged
Merged: 1/13/2024
Merged by: @JakeStanger

Base: masterHead: feat/dpms-support


📝 Commits (1)

  • 8371a92 feat: load bars on monitor when it connects

📊 Changes

6 files changed (+140 additions, -97 deletions)

View changed files

📝 src/bar.rs (+5 -0)
📝 src/clients/wayland/mod.rs (+7 -8)
📝 src/clients/wayland/wl_output.rs (+6 -3)
📝 src/error.rs (+0 -2)
📝 src/ipc/server.rs (+13 -1)
📝 src/main.rs (+109 -83)

📄 Description

Finally, Ironbar will respond to events of monitors being (dis)connected, and will create bars when a monitor connects.

This means at last - resolves #291

yaay


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/405 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/13/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/dpms-support` --- ### 📝 Commits (1) - [`8371a92`](https://github.com/JakeStanger/ironbar/commit/8371a92204185a78a0ea597462a8dd5112774554) feat: load bars on monitor when it connects ### 📊 Changes **6 files changed** (+140 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `src/bar.rs` (+5 -0) 📝 `src/clients/wayland/mod.rs` (+7 -8) 📝 `src/clients/wayland/wl_output.rs` (+6 -3) 📝 `src/error.rs` (+0 -2) 📝 `src/ipc/server.rs` (+13 -1) 📝 `src/main.rs` (+109 -83) </details> ### 📄 Description Finally, Ironbar will respond to events of monitors being (dis)connected, and will create bars when a monitor connects. This means at last - resolves #291 yaay --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:55:51 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2102
No description provided.