forked from Shinonome/dots-hyprland
desktop background: add monitor number to window name (#162)
This commit is contained in:
@@ -5,7 +5,7 @@ import TimeAndLaunchesWidget from './timeandlaunches.js'
|
|||||||
import SystemWidget from './system.js'
|
import SystemWidget from './system.js'
|
||||||
|
|
||||||
export default (monitor) => Widget.Window({
|
export default (monitor) => Widget.Window({
|
||||||
name: 'desktopbackground',
|
name: `desktopbackground${monitor}`,
|
||||||
// anchor: ['top', 'bottom', 'left', 'right'],
|
// anchor: ['top', 'bottom', 'left', 'right'],
|
||||||
layer: 'background',
|
layer: 'background',
|
||||||
exclusivity: 'ignore',
|
exclusivity: 'ignore',
|
||||||
|
|||||||
Reference in New Issue
Block a user