mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 07:15:19 +01:00
[GH-ISSUE #68] More types of widgets for the custom module #2850
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#2850
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?
Originally created by @ttoino on GitHub (Feb 8, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/68
When configuring custom modules for stuff like volume/brightness/battery/etc. the current selection of widgets is really limiting, I would especially like a slider/progress bar for these situations.
@JakeStanger commented on GitHub (Feb 8, 2023):
Agreed, more options is definitely something on the table.
What widgets other than sliders and progress bars do you think would be good to add in?
@ttoino commented on GitHub (Feb 9, 2023):
I haven't really found a use for other widgets, but maybe other form elements like textfields and comboboxes, but I don't know how useful these would actually be in the context of a bar. Maybe to implement a command launcher?
@yavko commented on GitHub (Apr 2, 2023):
Also, circular progress like in eww would be cool
@JakeStanger commented on GitHub (Apr 10, 2023):
Force pushing really messed up the references huh.
Okay here's where I'm at with this: PR #104 adds the initially requested slider and progress bar widgets.
I have held off the other form elements for two reasons:
The circular progress in eww (thanks for the link) uses Cairo under the hood. I reckon there's opportunity to do some really cool things with that, so I'll hold off for now and do some planning. I'm considering that out of scope for this issue though, so feel free to open a new dedicated one.
@yavko commented on GitHub (Apr 10, 2023):
Ah, can't wait!