desktop background: add monitor number to window name (#162)

This commit is contained in:
end-4 2024-01-20 06:18:08 +07:00
parent 251a181465
commit 15c426df9e

View file

@ -5,7 +5,7 @@ import TimeAndLaunchesWidget from './timeandlaunches.js'
import SystemWidget from './system.js'
export default (monitor) => Widget.Window({
name: 'desktopbackground',
name: `desktopbackground${monitor}`,
// anchor: ['top', 'bottom', 'left', 'right'],
layer: 'background',
exclusivity: 'ignore',