mirror of
https://github.com/Snigdha-OS/snigdhaos-kde-theme.git
synced 2025-09-20 20:44:56 +02:00
🚀 feat: add layout mod
This commit is contained in:
@@ -0,0 +1,152 @@
|
||||
var plasma = getApiVersion(1);
|
||||
|
||||
var layout = {
|
||||
"desktops": [
|
||||
{
|
||||
"applets": [
|
||||
],
|
||||
"config": {
|
||||
"/": {
|
||||
"ItemGeometriesHorizontal": "",
|
||||
"formfactor": "0",
|
||||
"immutability": "1",
|
||||
"lastScreen": "0",
|
||||
"wallpaperplugin": "org.kde.image"
|
||||
},
|
||||
"/ConfigDialog": {
|
||||
"DialogHeight": "540",
|
||||
"DialogWidth": "720"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "42"
|
||||
},
|
||||
"/General": {
|
||||
"ToolBoxButtonState": "topcenter",
|
||||
"ToolBoxButtonX": "462",
|
||||
"ToolBoxButtonY": "32"
|
||||
},
|
||||
"/Wallpaper/org.kde.image/General": {
|
||||
"Image": "file:///usr/share/wallpapers/Snigdha-OS/contents/images/snigdhaos-background.png"
|
||||
}
|
||||
},
|
||||
"wallpaperPlugin": "org.kde.image"
|
||||
}
|
||||
],
|
||||
"panels": [
|
||||
{
|
||||
"alignment": "left",
|
||||
"applets": [
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "100"
|
||||
},
|
||||
"/Configuration/General": {
|
||||
"favoritesPortedToKAstats": "true",
|
||||
"systemApplications": "systemsettings.desktop,org.kde.kinfocenter.desktop"
|
||||
},
|
||||
"/Configuration/Shortcuts": {
|
||||
"global": "Alt+F1"
|
||||
},
|
||||
"/Shortcuts": {
|
||||
"global": "Alt+F1"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.plasma.kickoff"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "42"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.plasma.appmenu"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "42"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.plasma.panelspacer"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "52"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.plasma.systemtray"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "72"
|
||||
},
|
||||
"/Configuration/Appearance": {
|
||||
"displayTimezoneAsCode": "false",
|
||||
"spinboxHorizontalPercentage": "60",
|
||||
"use24hFormat": "2"
|
||||
},
|
||||
"/Configuration/ConfigDialog": {
|
||||
"DialogHeight": "540",
|
||||
"DialogWidth": "720"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.plasma.splitdigitalclock"
|
||||
},
|
||||
{
|
||||
"config": {
|
||||
"/": {
|
||||
"immutability": "1"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "52"
|
||||
}
|
||||
},
|
||||
"plugin": "org.kde.milou"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"/": {
|
||||
"formfactor": "2",
|
||||
"immutability": "1",
|
||||
"lastScreen": "0",
|
||||
"wallpaperplugin": "org.kde.image"
|
||||
},
|
||||
"/ConfigDialog": {
|
||||
"DialogHeight": "74",
|
||||
"DialogWidth": "1366"
|
||||
},
|
||||
"/Configuration": {
|
||||
"PreloadWeight": "42"
|
||||
}
|
||||
},
|
||||
"height": 1.7777777777777777,
|
||||
"hiding": "normal",
|
||||
"location": "top",
|
||||
"maximumLength": 75.88888888888889,
|
||||
"minimumLength": 75.88888888888889,
|
||||
"offset": 0
|
||||
}
|
||||
],
|
||||
"serializationFormatVersion": "1"
|
||||
}
|
||||
;
|
||||
|
||||
plasma.loadSerializedLayout(layout);
|
Reference in New Issue
Block a user