[PR #480] [MERGED] feat: swaync notifications module #6368

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/480
Author: @JakeStanger
Created: 3/3/2024
Status: Merged
Merged: 3/4/2024
Merged by: @JakeStanger

Base: masterHead: feat/swaync


📝 Commits (1)

  • 7742a46 feat: swaync notifications module

📊 Changes

15 files changed (+592 additions, -3 deletions)

View changed files

📝 Cargo.toml (+4 -1)
📝 docs/_Sidebar.md (+1 -0)
docs/modules/Notifications.md (+116 -0)
📝 examples/config.corn (+13 -1)
📝 examples/config.json (+12 -0)
📝 examples/config.toml (+12 -0)
📝 examples/config.yaml (+9 -0)
📝 examples/style.css (+14 -0)
📝 src/bar.rs (+2 -0)
📝 src/clients/mod.rs (+14 -1)
src/clients/swaync/dbus.rs (+111 -0)
src/clients/swaync/mod.rs (+88 -0)
📝 src/config/mod.rs (+4 -0)
📝 src/modules/mod.rs (+2 -0)
src/modules/notifications.rs (+190 -0)

📄 Description

Adds a new module which connects to SwayNC to display information from the notifications deamon.

Resolves #7


🔄 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/480 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 3/3/2024 **Status:** ✅ Merged **Merged:** 3/4/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/swaync` --- ### 📝 Commits (1) - [`7742a46`](https://github.com/JakeStanger/ironbar/commit/7742a465780ed5db80cdb518a834200082a5e936) feat: swaync notifications module ### 📊 Changes **15 files changed** (+592 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+4 -1) 📝 `docs/_Sidebar.md` (+1 -0) ➕ `docs/modules/Notifications.md` (+116 -0) 📝 `examples/config.corn` (+13 -1) 📝 `examples/config.json` (+12 -0) 📝 `examples/config.toml` (+12 -0) 📝 `examples/config.yaml` (+9 -0) 📝 `examples/style.css` (+14 -0) 📝 `src/bar.rs` (+2 -0) 📝 `src/clients/mod.rs` (+14 -1) ➕ `src/clients/swaync/dbus.rs` (+111 -0) ➕ `src/clients/swaync/mod.rs` (+88 -0) 📝 `src/config/mod.rs` (+4 -0) 📝 `src/modules/mod.rs` (+2 -0) ➕ `src/modules/notifications.rs` (+190 -0) </details> ### 📄 Description Adds a new module which connects to SwayNC to display information from the notifications deamon. Resolves #7 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:55:55 +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#6368
No description provided.