From 9342559b19d849655731966e9dc8fc4277451ecd Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sat, 25 May 2019 12:14:00 -0500 Subject: [PATCH] Add plasma desktop layout --- .../layouts/org.kde.plasma.desktop-layout.js | 146 ++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 kde/look-and-feel/contents/layouts/org.kde.plasma.desktop-layout.js diff --git a/kde/look-and-feel/contents/layouts/org.kde.plasma.desktop-layout.js b/kde/look-and-feel/contents/layouts/org.kde.plasma.desktop-layout.js new file mode 100644 index 0000000..126c7a7 --- /dev/null +++ b/kde/look-and-feel/contents/layouts/org.kde.plasma.desktop-layout.js @@ -0,0 +1,146 @@ +var plasma = getApiVersion(1); + +var layout = { + "desktops": [ + { + "applets": [ + ], + "config": { + "/": { + "formfactor": "0", + "immutability": "1", + "lastScreen": "-1", + "wallpaperplugin": "org.kde.image" + }, + "/Configuration": { + "PreloadWeight": "0" + } + }, + "wallpaperPlugin": "org.kde.image" + }, + { + "applets": [ + ], + "config": { + "/": { + "formfactor": "0", + "immutability": "1", + "lastScreen": "0", + "wallpaperplugin": "org.kde.image" + }, + "/ConfigDialog": { + "DialogHeight": "480", + "DialogWidth": "640" + }, + "/General": { + "showToolbox": "false" + }, + "/Wallpaper/org.kde.image/General": { + "Image": "file:///home/lara/Imágenes/stretched-1366-768-320259.jpg" + } + }, + "wallpaperPlugin": "org.kde.image" + } + ], + "panels": [ + { + "alignment": "left", + "applets": [ + { + "config": { + "/": { + "immutability": "1" + }, + "/Configuration": { + "PreloadWeight": "100" + }, + "/Configuration/ConfigDialog": { + "DialogHeight": "480", + "DialogWidth": "640" + }, + "/Configuration/General": { + "favoritesPortedToKAstats": "true", + "icon": "start-here" + }, + "/Shortcuts": { + "global": "Alt+F1" + } + }, + "plugin": "org.kde.plasma.kickoff" + }, + { + "config": { + "/": { + "immutability": "1" + }, + "/Configuration": { + "PreloadWeight": "0" + } + }, + "plugin": "org.kde.plasma.appmenu" + }, + { + "config": { + "/": { + "immutability": "1" + }, + "/Configuration": { + "PreloadWeight": "0" + }, + "/Configuration/General": { + "length": "1108" + } + }, + "plugin": "org.kde.plasma.panelspacer" + }, + { + "config": { + "/": { + "immutability": "1" + }, + "/Configuration": { + "PreloadWeight": "0" + } + }, + "plugin": "org.kde.plasma.systemtray" + }, + { + "config": { + "/": { + "immutability": "1" + }, + "/Configuration": { + "PreloadWeight": "0" + } + }, + "plugin": "org.kde.plasma.digitalclock" + } + ], + "config": { + "/": { + "formfactor": "2", + "immutability": "1", + "lastScreen": "0", + "wallpaperplugin": "org.kde.image" + }, + "/ConfigDialog": { + "DialogHeight": "82", + "DialogWidth": "1366" + }, + "/Configuration": { + "PreloadWeight": "0" + } + }, + "height": 1.375, + "hiding": "normal", + "location": "top", + "maximumLength": 85.375, + "minimumLength": 85.375, + "offset": 0 + } + ], + "serializationFormatVersion": "1" +} +; + +plasma.loadSerializedLayout(layout);