back to swww (for performance)

This commit is contained in:
end-4
2024-01-23 12:00:37 +07:00
parent 63d471c3df
commit b8991d3893
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'
// Widgets
import { Bar, BarCornerTopleft, BarCornerTopright } from './widgets/bar/main.js';
import Cheatsheet from './widgets/cheatsheet/main.js';
import DesktopBackground from './widgets/desktopbackground/main.js';
// import DesktopBackground from './widgets/desktopbackground/main.js';
// import Dock from './widgets/dock/main.js';
import Corner from './widgets/screencorners/main.js';
import Indicator from './widgets/indicators/main.js';
@@ -34,7 +34,7 @@ function applyStyle() {
applyStyle();
const Windows = () => [
forMonitors(DesktopBackground),
// forMonitors(DesktopBackground),
// Dock(),
Overview(),
forMonitors(Indicator),