[PR #583] [MERGED] Options & Commands for layer-shell layer/exclusive zone #7837

Closed
opened 2026-05-23 02:55:56 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/583
Author: @JakeStanger
Created: 5/10/2024
Status: Merged
Merged: 6/13/2024
Merged by: @JakeStanger

Base: masterHead: feat/layer-config


📝 Commits (1)

  • aa45396 feat: ability to set bar layer and exclusive zone

📊 Changes

7 files changed (+142 additions, -33 deletions)

View changed files

📝 docs/Configuration guide.md (+19 -17)
📝 docs/Controlling Ironbar.md (+12 -0)
📝 src/bar.rs (+27 -15)
📝 src/config/impl.rs (+31 -0)
📝 src/config/mod.rs (+37 -1)
📝 src/ipc/commands.rs (+11 -0)
📝 src/ipc/server/bar.rs (+5 -0)

📄 Description

Adds two new bar-level options:

  • layer
  • exclusive_zone

Also adds ability to set exclusive zone via IPC/CLI.

Resolves #582

Waiting on #595


🔄 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/583 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 5/10/2024 **Status:** ✅ Merged **Merged:** 6/13/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/layer-config` --- ### 📝 Commits (1) - [`aa45396`](https://github.com/JakeStanger/ironbar/commit/aa4539606241cfd4d7b8e5512866d30ce92e432d) feat: ability to set bar layer and exclusive zone ### 📊 Changes **7 files changed** (+142 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `docs/Configuration guide.md` (+19 -17) 📝 `docs/Controlling Ironbar.md` (+12 -0) 📝 `src/bar.rs` (+27 -15) 📝 `src/config/impl.rs` (+31 -0) 📝 `src/config/mod.rs` (+37 -1) 📝 `src/ipc/commands.rs` (+11 -0) 📝 `src/ipc/server/bar.rs` (+5 -0) </details> ### 📄 Description Adds two new bar-level options: - `layer` - `exclusive_zone` Also adds ability to set exclusive zone via IPC/CLI. Resolves #582 ~~Waiting on #595~~ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:55:56 +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#7837
No description provided.