Added notification popups

This commit is contained in:
Jas Singh
2024-06-17 01:45:06 -07:00
parent 904c5b8cd0
commit 296fbde42a
11 changed files with 370 additions and 121 deletions

View File

@@ -11,8 +11,6 @@ export const Padding = (name) =>
const moveBoxToCursor = (self, minWidth, minHeight, child) => {
globalMousePos.connect("changed", ({ value }) => {
// console.log(child.get_allocated_height());
// console.log(child.get_allocated_width());
let monWidth = hyprland.monitors[hyprland.active.monitor.id].width;
let monHeight = hyprland.monitors[hyprland.active.monitor.id].height;