mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Add plasma desktop layout
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user