mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
desktop background: add monitor number to window name (#162)
This commit is contained in:
parent
251a181465
commit
15c426df9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue