Add AGS notification, quick settings, and sysmonitor widgets

This commit is contained in:
2026-07-03 16:14:36 -04:00
parent 91d8d5f84b
commit 1fe518ff2b
8 changed files with 1141 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export default function Media(gdkmonitor: Gdk.Monitor) {
status: "Stopped",
length: 0,
position: 0
}, 1000, pollCmd, (stdout) => {
}, 1000, ["bash", "-c", pollCmd], (stdout) => {
const parts = stdout.split("|||");
const title = parts[0]?.trim() || "No Media";
const artist = parts[1]?.trim() || "";