mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 05:19:58 -05:00
fix the issue with the keyboard layout indicator not showing up on all monitors.
This commit is contained in:
@@ -58,7 +58,7 @@ export const Bar = async (monitor = 0) => {
|
||||
SideModule([System()]),
|
||||
]
|
||||
}),
|
||||
endWidget: Indicators(),
|
||||
endWidget: Indicators(monitor),
|
||||
});
|
||||
const focusedBarContent = Widget.CenterBox({
|
||||
className: 'bar-bg-focus',
|
||||
|
||||
Reference in New Issue
Block a user