forked from Shinonome/dots-hyprland
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