mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 08:15:21 +01:00
[GH-ISSUE #1000] what am I doing wrong? nothing displays. #4525
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#4525
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 @xircon on GitHub (May 20, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1000
Installed from aur on EndeavourOS, running hyprland, randomly selected an example:
https://github.com/JakeStanger/ironbar/discussions/864
But also tried the linked to config.json
So it is seeing the ~/.config/ironbar/style.css, but nothing displays.
@JakeStanger commented on GitHub (May 20, 2025):
Issue 1000, wow!
It looks like Ironbar isn't trying to create any bars, which would indicate a configuration issue related to monitors.
The linked example in the discussion is set up for specific monitor names. You'll likely need to change those to match your own for anything to display.
As for the "linked" JSON, I'm not sure what you mean exactly. Could you either link to or provide that file in full please?
@xircon commented on GitHub (May 20, 2025):
https://github.com/JakeStanger/ironbar/blob/master/examples/config.json
My monitor is eDP-1 (laptop), the config.corn contains:
Thanks for the quick reply (I will try not to be 1001!)
@JakeStanger commented on GitHub (May 20, 2025):
Okay strange. The example JSON should just show the same bar across all screens no problem. Your
config.cornshould work as well.Let's try a really basic example and see what happens. Try using the following config.corn and nothing more:
You can either use
IRONBAR_CONFIGto provide a full path to the file, or ensure theconfig.cornexists in your config directory and no other config files (excluding CSS). It will attempt to load JSON, YAML, TOML, Corn in that order.Then launch Ironbar from the terminal with
IRONBAR_LOG=trace, and please share the output (ensure all previous instances are terminated)@xircon commented on GitHub (May 20, 2025):
That works!