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),