[GH-ISSUE #1346] Special Workspaces in Hyprland #7426

Open
opened 2026-05-23 02:54:23 +01:00 by JakeStanger · 0 comments
Owner

Originally created by @skytale75 on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1346

The special workspaces buttons don't show up in the workspaces module unless i restart the bar with the workspaces active.

  1. With the bar open, open a special workspace. The module won't show it
  2. restart the bar with the workspace active, and the button will show up on the bar.

The functionality is obviously there but not updating the way it seems like it should

System information:

  • Distro: [e.g. Arch Linux
    • Compositor: Hyprland 53.3
  • Ironbar version: 0.19.0

Configuration
{
"position": "top",
"height": 24,
"start": [

{
	"type": "inhibit"
},
{
  "type": "workspaces"
}

],
"center": [
{
"type": "focused",
"icon_size": 16
}
],
"end": [
{
"type": "battery",
"show_if": "ls /sys/class/power_supply/ | grep --quiet '^BAT'"
},
{
"type": "music",
"player_type": "mpd",
"format": "{title} / {artist}",
"truncate": "end",
"host": "localhost:6601",
"icons": {
"play": "",
"pause": ""
},
"music_dir": "/home/mike/Music"
},
{
"type": "sys_info",
"format": [
"{cpu_percent}% ",
"{memory_percent}% "
],
"interval": {
"cpu": 1
}
},
{
"type": "tray"
},
{
"type": "clock"
}
]
}

Originally created by @skytale75 on GitHub (Jan 26, 2026). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1346 The special workspaces buttons don't show up in the workspaces module unless i restart the bar with the workspaces active. 1. With the bar open, open a special workspace. The module won't show it 2. restart the bar with the workspace active, and the button will show up on the bar. The functionality is obviously there but not updating the way it seems like it should **System information:** - Distro: [e.g. Arch Linux - - Compositor: Hyprland 53.3 - Ironbar version: 0.19.0 **Configuration** { "position": "top", "height": 24, "start": [ { "type": "inhibit" }, { "type": "workspaces" } ], "center": [ { "type": "focused", "icon_size": 16 } ], "end": [ { "type": "battery", "show_if": "ls /sys/class/power_supply/ | grep --quiet '^BAT'" }, { "type": "music", "player_type": "mpd", "format": "{title} / {artist}", "truncate": "end", "host": "localhost:6601", "icons": { "play": "", "pause": "" }, "music_dir": "/home/mike/Music" }, { "type": "sys_info", "format": [ "{cpu_percent}% ", "{memory_percent}% " ], "interval": { "cpu": 1 } }, { "type": "tray" }, { "type": "clock" } ] }
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#7426
No description provided.