[GH-ISSUE #1169] Bar is way bigger out of nowhere on my HD Screen #3167

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

Originally created by @VeeFreak on GitHub (Sep 21, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1169

Hi! By the way im love the bar so much that im move from waybar.
I noticed that the bar seems to double its intended size out of nowhere and i don't know why.
Here is the screenshot:

Image

On the left there is my HD screen and on the right my QHD screen.
All my other screen seem to scale correctly.
When i log in even the HD screen is fine but then it suddenly doubles in size.

Here is my system information:

OS: Arch Linux x86_64
Kernel: 6.14.5-6.14.5
DE: wlroots
Terminal: alacritty
CPU: Intel Ultra 7 155U (14) @ 4.800GH
GPU: Intel Graphics

Here is my config.yaml:

anchor_to_edges: true
position: bottom
icon_theme: kora
height: 30
start:

  - type: "network_manager"
    icon_size: 24

  - type: "bluetooth"
    icon_size: 35

  - type: "volume"
    format: '<span size="xx-large">{icon}</span>'


center:

  - type: "launcher"
    show_icons: true
    icon_size: 35

  - type: "tray"
    direction: 'h'
    icon_size: 40




end:
  - type: "clock"



  - type: "battery"
    format: "{percentage}"
    thresholds:
      full: 100
      mid: 50
      low: 20

Thank you!

Originally created by @VeeFreak on GitHub (Sep 21, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1169 Hi! By the way im love the bar so much that im move from [waybar.](url) I noticed that the bar seems to double its intended size out of nowhere and i don't know why. Here is the screenshot: <img width="4065" height="785" alt="Image" src="https://github.com/user-attachments/assets/cefb262c-1a2c-4162-b900-868731330f17" /> On the left there is my HD screen and on the right my QHD screen. All my other screen seem to scale correctly. When i log in even the HD screen is fine but then it suddenly doubles in size. Here is my system information: OS: Arch Linux x86_64 Kernel: 6.14.5-6.14.5 DE: wlroots Terminal: alacritty CPU: Intel Ultra 7 155U (14) @ 4.800GH GPU: Intel Graphics Here is my config.yaml: ```yaml anchor_to_edges: true position: bottom icon_theme: kora height: 30 start: - type: "network_manager" icon_size: 24 - type: "bluetooth" icon_size: 35 - type: "volume" format: '<span size="xx-large">{icon}</span>' center: - type: "launcher" show_icons: true icon_size: 35 - type: "tray" direction: 'h' icon_size: 40 end: - type: "clock" - type: "battery" format: "{percentage}" thresholds: full: 100 mid: 50 low: 20 ``` Thank you!
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#3167
No description provided.