mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #987] Support for in-text spans #3117
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#3117
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 @Kommynct on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/987
Right now with my current hyprland-autoname-workspaces config: https://gitlab.com/that1communist/dotfiles/-/blob/master/.config/hyprland-autoname-workspaces/config.toml
ironbar ends up looking like:
This is because ironbar doesn't care about the spans
Describe the solution you'd like
Full support for spans
Describe alternatives you've considered
Technically built in hyprland-autoname-workspaces might work but that seems needlessly complex
@JakeStanger commented on GitHub (May 17, 2025):
Is this in regard to the
workspacesmodule specifically?@Kommynct commented on GitHub (May 17, 2025):
Yes, that's the only place I think this matters.
@Kommynct commented on GitHub (Sep 30, 2025):
still looks like this on 0.17
easy way to test is with hyprland-autoname-workspaces
use this config
https://gitlab.com/that1communist/dotfiles/-/tree/master/.config/hyprland-autoname-workspaces
@Kommynct commented on GitHub (Mar 28, 2026):
The issue is that it doesn't change when autoname updates the workspace name, on the first frame before anything changes, it works @JakeStanger just noticed