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