mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 11:15:20 +01:00
[PR #1013] [CLOSED] chore(nix): update to gtk4 #6715
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#6715
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/1013
Author: @postsolar
Created: 5/27/2025
Status: ❌ Closed
Base:
refactor/gtk-4← Head:fix-nix📝 Commits (2)
6c2e648feat: port to gtk4d757c81chore(nix): update to gtk4📊 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.