mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-06 15:52:51 +00:00
feat: integrate system config
This commit is contained in:
18
home/desktops/hyprland/ags/windows/overview.js
Normal file
18
home/desktops/hyprland/ags/windows/overview.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import { Widget } from '../imports.js';
|
||||
import { SearchAndWindows } from "../modules/overview.js";
|
||||
|
||||
export default () => Widget.Window({
|
||||
name: 'overview',
|
||||
exclusive: false,
|
||||
focusable: true,
|
||||
popup: true,
|
||||
visible: false,
|
||||
anchor: ['top'],
|
||||
layer: 'overlay',
|
||||
child: Widget.Box({
|
||||
vertical: true,
|
||||
children: [
|
||||
SearchAndWindows(),
|
||||
]
|
||||
}),
|
||||
})
|
||||
Reference in New Issue
Block a user