mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-23 09:19:58 -05:00
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