mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-04 23:02:48 +00:00
ags steal
This commit is contained in:
11
desktops/hyprland/ags/windows/sideleft.js
Normal file
11
desktops/hyprland/ags/windows/sideleft.js
Normal file
@@ -0,0 +1,11 @@
|
||||
import PopupWindow from './lib/popupwindow.js';
|
||||
import SidebarLeft from "../modules/sideleft.js";
|
||||
|
||||
export default () => PopupWindow({
|
||||
focusable: true,
|
||||
anchor: ['left', 'bottom'],
|
||||
name: 'sideleft',
|
||||
showClassName: 'sideleft-show',
|
||||
hideClassName: 'sideleft-hide',
|
||||
child: SidebarLeft(),
|
||||
});
|
||||
Reference in New Issue
Block a user