mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[PR #104] [MERGED] Custom module improvements #8918
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#8918
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/104
Author: @JakeStanger
Created: 4/9/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @JakeStanger
Base:
master← Head:feat/custom-widgets📝 Commits (7)
2ab06f0refactor(custom): split into enum with separate file per widgete928b30docs(custom): rewrite widget options to be clearerdfe1964feat(custom): slider widget9109453fix(dynamic string): parser issue related to incorrectly matching braces72b14b6feat(custom): progress bar widget.a9d1233feat(custom): support dynamic strings on buttons3613aefrefactor(custom): reduce a lot of repeated code📊 Changes
19 files changed (+861 additions, -423 deletions)
View changed files
📝
docs/modules/Custom.md(+161 -39)📝
src/bar.rs(+2 -2)📝
src/dynamic_string.rs(+70 -42)📝
src/modules/clipboard.rs(+1 -1)📝
src/modules/clock.rs(+1 -1)➖
src/modules/custom.rs(+0 -309)➕
src/modules/custom/box.rs(+35 -0)➕
src/modules/custom/button.rs(+52 -0)➕
src/modules/custom/image.rs(+34 -0)➕
src/modules/custom/label.rs(+33 -0)➕
src/modules/custom/mod.rs(+233 -0)➕
src/modules/custom/progress.rs(+80 -0)➕
src/modules/custom/slider.rs(+119 -0)📝
src/modules/launcher/item.rs(+1 -1)📝
src/modules/mod.rs(+3 -3)📝
src/modules/music/mod.rs(+1 -1)📝
src/modules/script.rs(+1 -1)📝
src/popup.rs(+19 -16)📝
src/script.rs(+15 -7)📄 Description
Resolves #68
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.