mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[PR #43] [MERGED] General refactoring and tidy-up #7487
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#7487
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/43
Author: @JakeStanger
Created: 12/4/2022
Status: ✅ Merged
Merged: 12/12/2022
Merged by: @JakeStanger
Base:
master← Head:refactor/general📝 Commits (6)
2c1b292refactor: move most of the horribleadd_modulemacro content into proper functionsfd2d7e5refactor: move startup logging code to logging module9d5049drefactor: standardise error messages5e21cbcrefactor: macros to reduce repeated codeea2c84drefactor: general code tidy-upa45ebfcbuild: update dependencies📊 Changes
25 files changed (+680 additions, -742 deletions)
View changed files
📝
Cargo.lock(+78 -179)📝
Cargo.toml(+1 -2)📝
src/bar.rs(+252 -236)📝
src/bridge_channel.rs(+2 -1)📝
src/clients/wayland/client.rs(+14 -25)📝
src/clients/wayland/toplevel.rs(+7 -6)📝
src/config.rs(+4 -0)📝
src/dynamic_string.rs(+9 -21)➕
src/error.rs(+13 -0)📝
src/logging.rs(+26 -2)➕
src/macros.rs(+89 -0)📝
src/main.rs(+19 -37)📝
src/modules/clock.rs(+11 -11)📝
src/modules/custom.rs(+16 -17)📝
src/modules/focused.rs(+16 -15)📝
src/modules/launcher/item.rs(+15 -20)📝
src/modules/launcher/mod.rs(+23 -38)📝
src/modules/mod.rs(+2 -4)📝
src/modules/mpd.rs(+15 -21)📝
src/modules/script.rs(+5 -1)...and 5 more files
📄 Description
Closes #42
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.