From 8135a054e284c8368cb74d808b7c038456f9b090 Mon Sep 17 00:00:00 2001 From: sophie Date: Fri, 23 Aug 2024 19:33:06 +0300 Subject: [PATCH] LastFM dies for whatever reason. Fixed by removing it. --- src/.config/ags/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.config/ags/config.js b/src/.config/ags/config.js index 4d26a03..466a2b1 100644 --- a/src/.config/ags/config.js +++ b/src/.config/ags/config.js @@ -1,4 +1,4 @@ -import { LastfmWidget } from "./lastfm.js"; +//import { LastfmWidget } from "./lastfm.js"; import { NotificationPopups } from "./notificationPopups.js"; import { StatusWidget } from "./status.js"; @@ -203,7 +203,7 @@ App.config({ style: "./style.css", windows: [ StatusWidget(1), - LastfmWidget(1), + //LastfmWidget(1), Bar(0), Bar(1), NotificationPopups(0),