[BUG]: When I play any media in my browser, the info about each item overlap each other in the bar #691

Closed
opened 2026-01-05 14:52:25 +01:00 by adam · 1 comment
Owner

Originally created by @Mathias2878 on GitHub (Oct 19, 2025).

Summary

Image:
Image
Browser: vivaldi
I haven't tested if this happens with other apps too

Version Information

komorebic 0.1.38
tag:v0.1.38
commit_hash:ffa76ea2
build_time:2025-09-13 18:40:25 +00:00
build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc

Komorebi Configuration

{
  "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.38/schema.bar.json",
  "monitor": 0,
  "font_family": "Rockwell Nova",
  "theme": {
    "palette": "Base16",
    "name": "Ashes",
    "accent": "Base0D"
  },
  "left_widgets": [
    {
      "Komorebi": {
        "workspaces": {
          "enable": true,
          "hide_empty_workspaces": false
        },
        "layout": {
          "enable": true
        },
        "focused_window": {
          "enable": true,
          "show_icon": true
        }
      }
    }
  ],
  "right_widgets": [
    {
      "Update": {
        "enable": true
      }
    },
    {
      "Media": {
        "enable": true
      }
    },
    {
      "Storage": {
        "enable": true
      }
    },
    {
      "Memory": {
        "enable": true
      }
    },
    {
      "Network": {
        "enable": true,
        "show_total_data_transmitted": true,
        "show_network_activity": true
      }
    },
    {
      "Date": {
        "enable": true,
        "format": "DayDateMonthYear"
      }
    },
    {
      "Time": {
        "enable": true,
        "format": "TwentyFourHour"
      }
    },
    {
      "Battery": {
        "enable": true
      }
    }
  ]
}

Hotkey Configuration

Image Image Image

Output of komorebic check

Image
Originally created by @Mathias2878 on GitHub (Oct 19, 2025). ### Summary Image: <img width="578" height="57" alt="Image" src="https://github.com/user-attachments/assets/a838d986-94b5-4243-a9dc-37ebe53d38d0" /> Browser: vivaldi I haven't tested if this happens with other apps too ### Version Information komorebic 0.1.38 tag:v0.1.38 commit_hash:ffa76ea2 build_time:2025-09-13 18:40:25 +00:00 build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc ### Komorebi Configuration ```json { "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.38/schema.bar.json", "monitor": 0, "font_family": "Rockwell Nova", "theme": { "palette": "Base16", "name": "Ashes", "accent": "Base0D" }, "left_widgets": [ { "Komorebi": { "workspaces": { "enable": true, "hide_empty_workspaces": false }, "layout": { "enable": true }, "focused_window": { "enable": true, "show_icon": true } } } ], "right_widgets": [ { "Update": { "enable": true } }, { "Media": { "enable": true } }, { "Storage": { "enable": true } }, { "Memory": { "enable": true } }, { "Network": { "enable": true, "show_total_data_transmitted": true, "show_network_activity": true } }, { "Date": { "enable": true, "format": "DayDateMonthYear" } }, { "Time": { "enable": true, "format": "TwentyFourHour" } }, { "Battery": { "enable": true } } ] } ``` ### Hotkey Configuration <img width="1677" height="897" alt="Image" src="https://github.com/user-attachments/assets/9405d36a-c48a-4c4a-a42b-d47f7be9aa2e" /> <img width="1185" height="891" alt="Image" src="https://github.com/user-attachments/assets/3078208f-6e14-4839-a3e7-600fd62551e3" /> <img width="1674" height="110" alt="Image" src="https://github.com/user-attachments/assets/dc080045-ff16-424d-bd9a-a0a033a5f52e" /> ### Output of komorebic check <img width="848" height="353" alt="Image" src="https://github.com/user-attachments/assets/50251173-56d7-47b9-a354-2f0a6af211a5" />
adam added the bug label 2026-01-05 14:52:25 +01:00
adam closed this issue 2026-01-05 14:52:25 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Oct 19, 2025):

It is up to the user to configure the bar in a way that aligns with the width constraints of their monitor

@LGUG2Z commented on GitHub (Oct 19, 2025): It is up to the user to configure the bar in a way that aligns with the width constraints of their monitor
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#691