mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 19:46:20 +00:00
ags steal
This commit is contained in:
12
desktops/hyprland/ags/windows/osd.js
Normal file
12
desktops/hyprland/ags/windows/osd.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Widget } from '../imports.js';
|
||||
import Osd from "../modules/onscreendisplay.js";
|
||||
|
||||
export default (monitor) => Widget.Window({
|
||||
name: `indicator${monitor}`,
|
||||
monitor,
|
||||
className: 'indicator',
|
||||
layer: 'overlay',
|
||||
visible: true,
|
||||
anchor: ['top'],
|
||||
child: Osd(),
|
||||
});
|
||||
Reference in New Issue
Block a user