Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit 993a787

Browse files
committed
remov any ref to org.kde.image
1 parent 8e8d086 commit 993a787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

look-and-feel/org.kde.nitrux.dark.desktop/contents/layouts/org.kde.plasma.desktop-layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ activity.writeConfig("showToolbox", false)
99

1010
var desktopsArray = desktopsForActivity(currentActivity());
1111
for( var j = 0; j < desktopsArray.length; j++) {
12-
desktopsArray[j].wallpaperPlugin = 'org.kde.image';
12+
desktopsArray[j].wallpaperPlugin = 'a2n.blur';
1313
}
1414

1515
// // Create top pannel

look-and-feel/org.kde.nitrux.mix.desktop/contents/layouts/org.kde.plasma.desktop-layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ activity.writeConfig("showToolbox", false)
99

1010
var desktopsArray = desktopsForActivity(currentActivity());
1111
for( var j = 0; j < desktopsArray.length; j++) {
12-
desktopsArray[j].wallpaperPlugin = 'org.kde.image';
12+
desktopsArray[j].wallpaperPlugin = 'a2n.blur';
1313
}
1414

1515
// // Create top pannel

0 commit comments

Comments
 (0)