LBCrion / sfwbar

S* Floating Window Bar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regression: icons in taskbar items are shown only in the first output

tokyo4j opened this issue · comments

After d89d2f3, icons in taskbar items are shown only in the first output.

20240418_12h12m00s_grim

Config:

Function("SfwbarInit") {
  SetLayer "top"
  SetBarSize "100%"
  SetMirror "*"
}

layout {
  include("startmenu.widget")
  taskbar {
    style = "taskbar"
    rows = 1;
    icons = true;
    labels = true;
    sort = false;
  }
  tray
  include("battery-svg.widget")
  include("network-module.widget")
  include("volume.widget")
}

#CSS
window {
  -GtkWidget-direction: top;
}

This looks like an omission in mirroring flowgrid properties. I'll try to fix this in the next few days.

This should be fixed in the latest git. I still need to tweak it some more for a proper fix (i.e. the case where config may change icon/label settings on the fly).

It worked! Thank you!