Start work for the media menu refactor...

This commit is contained in:
Jas Singh
2024-06-30 16:46:09 -07:00
parent 9cf5b0f5ea
commit 6b98da2145
19 changed files with 807 additions and 900 deletions

View File

@@ -2,11 +2,12 @@ const notifs = await Service.import("notifications");
import icons from "../icons/index.js";
export default () => {
notifs.popupTimeout = 5000;
notifs.popupTimeout = 7000;
return Widget.Window({
name: "notifications-window",
class_name: "notifications-window",
monitor: 2,
layer: "top",
anchor: ["top", "right"],
exclusivity: "ignore",