[PR #1013] [CLOSED] chore(nix): update to gtk4 #9522

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1013
Author: @postsolar
Created: 5/27/2025
Status: Closed

Base: refactor/gtk-4Head: fix-nix


📝 Commits (2)

📊 Changes

39 files changed (+1093 additions, -768 deletions)

View changed files

📝 .github/scripts/ubuntu_setup.sh (+33 -3)
📝 .github/workflows/build.yml (+5 -4)
📝 .github/workflows/docker.yml (+1 -1)
📝 Cargo.lock (+334 -54)
📝 Cargo.toml (+5 -5)
📝 flake.nix (+3 -3)
📝 nix/default.nix (+6 -6)
📝 shell.nix (+4 -4)
📝 src/bar.rs (+55 -37)
📝 src/config/common.rs (+83 -65)
📝 src/config/mod.rs (+6 -7)
📝 src/gtk_helpers.rs (+49 -5)
📝 src/image/gtk.rs (+3 -6)
📝 src/image/provider.rs (+24 -70)
📝 src/ipc/server/bar.rs (+18 -15)
📝 src/main.rs (+9 -3)
📝 src/modules/bindmode.rs (+1 -1)
📝 src/modules/cairo.rs (+4 -9)
📝 src/modules/clipboard.rs (+29 -35)
📝 src/modules/clock.rs (+3 -6)

...and 19 more files

📄 Description

No description provided


🔄 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/1013 **Author:** [@postsolar](https://github.com/postsolar) **Created:** 5/27/2025 **Status:** ❌ Closed **Base:** `refactor/gtk-4` ← **Head:** `fix-nix` --- ### 📝 Commits (2) - [`6c2e648`](https://github.com/JakeStanger/ironbar/commit/6c2e648fcf2f013f2743602d91cbea07a4472329) feat: port to gtk4 - [`d757c81`](https://github.com/JakeStanger/ironbar/commit/d757c8149c07d4e16fc7bf48dced0943b23839f0) chore(nix): update to gtk4 ### 📊 Changes **39 files changed** (+1093 additions, -768 deletions) <details> <summary>View changed files</summary> 📝 `.github/scripts/ubuntu_setup.sh` (+33 -3) 📝 `.github/workflows/build.yml` (+5 -4) 📝 `.github/workflows/docker.yml` (+1 -1) 📝 `Cargo.lock` (+334 -54) 📝 `Cargo.toml` (+5 -5) 📝 `flake.nix` (+3 -3) 📝 `nix/default.nix` (+6 -6) 📝 `shell.nix` (+4 -4) 📝 `src/bar.rs` (+55 -37) 📝 `src/config/common.rs` (+83 -65) 📝 `src/config/mod.rs` (+6 -7) 📝 `src/gtk_helpers.rs` (+49 -5) 📝 `src/image/gtk.rs` (+3 -6) 📝 `src/image/provider.rs` (+24 -70) 📝 `src/ipc/server/bar.rs` (+18 -15) 📝 `src/main.rs` (+9 -3) 📝 `src/modules/bindmode.rs` (+1 -1) 📝 `src/modules/cairo.rs` (+4 -9) 📝 `src/modules/clipboard.rs` (+29 -35) 📝 `src/modules/clock.rs` (+3 -6) _...and 19 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 03:56:49 +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#9522
No description provided.