Place vscodium launcher in panel.

Former-commit-id: e1a458355258320461c47e6b43e9430b874bb4a9
Former-commit-id: 660a5487d6e8135fb4c81ead4cde777679eef0e3
This commit is contained in:
Kaj Forney 2018-11-07 17:58:41 -07:00
parent 94f25d69b8
commit 178ade78a0
23 changed files with 106 additions and 545 deletions

View file

@ -1 +0,0 @@
{"rootWorkspaces":[],"folderWorkspaces":[],"emptyWorkspaces":["1513712282326"]}

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
{"input":{"ourVersion":"1.19.0","commit":"816be6780ca8bd0ab80314e11478c48c70d09383","locale":"en-us","devMode":false,"absoluteFolderPath":"/root/.vscode/extensions","isBuiltin":false,"mtime":1513712280853},"result":[]}

View file

@ -1 +0,0 @@
{"brightray":{"media":{"device_id_salt":"Cli4/OYJ/9WuZJyOcvr5Kw=="}}}

View file

@ -1,8 +0,0 @@
[2017-12-19 12:38:05.964] [exthost1] [info] extension host started
[2017-12-19 12:38:06.007] [exthost1] [info] ExtensionService#_doActivateExtension vscode.emmet {"startup":true,"activationEvent":"*"}
[2017-12-19 12:38:06.007] [exthost1] [info] ExtensionService#loadCommonJSModule /usr/share/code/resources/app/extensions/emmet/out/extension
[2017-12-19 12:38:06.092] [exthost1] [info] ExtensionService#_doActivateExtension vscode.git {"startup":true,"activationEvent":"*"}
[2017-12-19 12:38:06.092] [exthost1] [info] ExtensionService#loadCommonJSModule /usr/share/code/resources/app/extensions/git/out/main
[2017-12-19 12:38:06.155] [exthost1] [info] ExtensionService#_doActivateExtension vscode.merge-conflict {"startup":true,"activationEvent":"*"}
[2017-12-19 12:38:06.155] [exthost1] [info] ExtensionService#loadCommonJSModule /usr/share/code/resources/app/extensions/merge-conflict/out/extension
[2017-12-19 12:38:06.171] [exthost1] [info] eager extensions activated

View file

@ -1 +0,0 @@
[2017-12-19 12:38:06.002] [sharedprocess] [info] main {"machineId":"c95086f32c3a5f5d3aa3311453ea1e1e6d23125e042e3dccd3ce9c770f9645b1"}

View file

@ -1 +0,0 @@
11287860-f663-4896-a61b-a648124616b6

View file

@ -1,445 +0,0 @@
{
"telemetry.machineId": "c95086f32c3a5f5d3aa3311453ea1e1e6d23125e042e3dccd3ce9c770f9645b1",
"lastKnownKeybindings": {
"workbench.action.files.newUntitledFile": {
"id": "workbench.action.files.newUntitledFile",
"label": "Ctrl+N",
"isNative": true
},
"workbench.action.reopenClosedEditor": {
"id": "workbench.action.reopenClosedEditor",
"label": "Ctrl+Shift+T",
"isNative": true
},
"workbench.action.files.save": {
"id": "workbench.action.files.save",
"label": "Ctrl+S",
"isNative": true
},
"workbench.action.files.saveAs": {
"id": "workbench.action.files.saveAs",
"label": "Ctrl+Shift+S",
"isNative": true
},
"workbench.action.openGlobalSettings": {
"id": "workbench.action.openGlobalSettings",
"label": "Ctrl+,",
"isNative": false
},
"workbench.action.openGlobalKeybindings": {
"id": "workbench.action.openGlobalKeybindings",
"label": "Ctrl+K Ctrl+S",
"isNative": false
},
"workbench.extensions.action.showRecommendedKeymapExtensions": {
"id": "workbench.extensions.action.showRecommendedKeymapExtensions",
"label": "Ctrl+K Ctrl+M",
"isNative": false
},
"workbench.action.selectTheme": {
"id": "workbench.action.selectTheme",
"label": "Ctrl+K Ctrl+T",
"isNative": false
},
"workbench.action.newWindow": {
"id": "workbench.action.newWindow",
"label": "Ctrl+Shift+N",
"isNative": true
},
"workbench.action.closeWindow": {
"id": "workbench.action.closeWindow",
"label": "Ctrl+W",
"isNative": true
},
"workbench.action.closeFolder": {
"id": "workbench.action.closeFolder",
"label": "Ctrl+K F",
"isNative": false
},
"workbench.action.closeActiveEditor": {
"id": "workbench.action.closeActiveEditor",
"label": "Ctrl+W",
"isNative": true
},
"workbench.action.quit": {
"id": "workbench.action.quit",
"label": "Ctrl+Q",
"isNative": true
},
"undo": {
"id": "undo",
"label": "Ctrl+Z",
"isNative": true
},
"redo": {
"id": "redo",
"label": "Ctrl+Y",
"isNative": true
},
"editor.action.clipboardCutAction": {
"id": "editor.action.clipboardCutAction",
"label": "Ctrl+X",
"isNative": true
},
"editor.action.clipboardCopyAction": {
"id": "editor.action.clipboardCopyAction",
"label": "Ctrl+C",
"isNative": true
},
"editor.action.clipboardPasteAction": {
"id": "editor.action.clipboardPasteAction",
"label": "Ctrl+V",
"isNative": true
},
"actions.find": {
"id": "actions.find",
"label": "Ctrl+F",
"isNative": true
},
"editor.action.startFindReplaceAction": {
"id": "editor.action.startFindReplaceAction",
"label": "Ctrl+H",
"isNative": true
},
"workbench.action.findInFiles": {
"id": "workbench.action.findInFiles",
"label": "Ctrl+Shift+F",
"isNative": true
},
"workbench.action.replaceInFiles": {
"id": "workbench.action.replaceInFiles",
"label": "Ctrl+Shift+H",
"isNative": true
},
"editor.emmet.action.expandAbbreviation": {
"id": "editor.emmet.action.expandAbbreviation",
"label": "Tab",
"isNative": true
},
"editor.action.commentLine": {
"id": "editor.action.commentLine",
"label": "Ctrl+/",
"isNative": false
},
"editor.action.blockComment": {
"id": "editor.action.blockComment",
"label": "Ctrl+Shift+A",
"isNative": true
},
"editor.action.insertCursorAbove": {
"id": "editor.action.insertCursorAbove",
"label": "Shift+Alt+Up",
"isNative": true
},
"editor.action.insertCursorBelow": {
"id": "editor.action.insertCursorBelow",
"label": "Shift+Alt+Down",
"isNative": true
},
"editor.action.insertCursorAtEndOfEachLineSelected": {
"id": "editor.action.insertCursorAtEndOfEachLineSelected",
"label": "Shift+Alt+I",
"isNative": true
},
"editor.action.addSelectionToNextFindMatch": {
"id": "editor.action.addSelectionToNextFindMatch",
"label": "Ctrl+D",
"isNative": true
},
"editor.action.selectHighlights": {
"id": "editor.action.selectHighlights",
"label": "Ctrl+Shift+L",
"isNative": true
},
"editor.action.copyLinesUpAction": {
"id": "editor.action.copyLinesUpAction",
"label": "Ctrl+Shift+Alt+Up",
"isNative": true
},
"editor.action.copyLinesDownAction": {
"id": "editor.action.copyLinesDownAction",
"label": "Ctrl+Shift+Alt+Down",
"isNative": true
},
"editor.action.moveLinesUpAction": {
"id": "editor.action.moveLinesUpAction",
"label": "Alt+Up",
"isNative": true
},
"editor.action.moveLinesDownAction": {
"id": "editor.action.moveLinesDownAction",
"label": "Alt+Down",
"isNative": true
},
"editor.action.selectAll": {
"id": "editor.action.selectAll",
"label": "Ctrl+A",
"isNative": true
},
"editor.action.smartSelect.grow": {
"id": "editor.action.smartSelect.grow",
"label": "Shift+Alt+Right",
"isNative": true
},
"editor.action.smartSelect.shrink": {
"id": "editor.action.smartSelect.shrink",
"label": "Shift+Alt+Left",
"isNative": true
},
"workbench.view.explorer": {
"id": "workbench.view.explorer",
"label": "Ctrl+Shift+E",
"isNative": true
},
"workbench.view.search": {
"id": "workbench.view.search",
"label": "Ctrl+Shift+F",
"isNative": true
},
"workbench.view.scm": {
"id": "workbench.view.scm",
"label": "Ctrl+Shift+G",
"isNative": true
},
"workbench.view.debug": {
"id": "workbench.view.debug",
"label": "Ctrl+Shift+D",
"isNative": true
},
"workbench.view.extensions": {
"id": "workbench.view.extensions",
"label": "Ctrl+Shift+X",
"isNative": true
},
"workbench.action.output.toggleOutput": {
"id": "workbench.action.output.toggleOutput",
"label": "Ctrl+K Ctrl+H",
"isNative": false
},
"workbench.debug.action.toggleRepl": {
"id": "workbench.debug.action.toggleRepl",
"label": "Ctrl+Shift+Y",
"isNative": true
},
"workbench.action.terminal.toggleTerminal": {
"id": "workbench.action.terminal.toggleTerminal",
"label": "Ctrl+`",
"isNative": false
},
"workbench.actions.view.problems": {
"id": "workbench.actions.view.problems",
"label": "Ctrl+Shift+M",
"isNative": true
},
"workbench.action.showCommands": {
"id": "workbench.action.showCommands",
"label": "Ctrl+Shift+P",
"isNative": true
},
"workbench.action.toggleFullScreen": {
"id": "workbench.action.toggleFullScreen",
"label": "F11",
"isNative": true
},
"workbench.action.toggleZenMode": {
"id": "workbench.action.toggleZenMode",
"label": "Ctrl+K Z",
"isNative": false
},
"workbench.action.splitEditor": {
"id": "workbench.action.splitEditor",
"label": "Ctrl+\\",
"isNative": false
},
"workbench.action.toggleEditorGroupLayout": {
"id": "workbench.action.toggleEditorGroupLayout",
"label": "Shift+Alt+1",
"isNative": true
},
"workbench.action.toggleSidebarVisibility": {
"id": "workbench.action.toggleSidebarVisibility",
"label": "Ctrl+B",
"isNative": true
},
"workbench.action.togglePanel": {
"id": "workbench.action.togglePanel",
"label": "Ctrl+J",
"isNative": true
},
"editor.action.toggleWordWrap": {
"id": "editor.action.toggleWordWrap",
"label": "Alt+Z",
"isNative": true
},
"workbench.action.zoomIn": {
"id": "workbench.action.zoomIn",
"label": "Ctrl+=",
"isNative": false
},
"workbench.action.zoomOut": {
"id": "workbench.action.zoomOut",
"label": "Ctrl+-",
"isNative": false
},
"workbench.action.zoomReset": {
"id": "workbench.action.zoomReset",
"label": "Ctrl+NumPad0",
"isNative": false
},
"workbench.action.navigateBack": {
"id": "workbench.action.navigateBack",
"label": "Ctrl+Alt+-",
"isNative": false
},
"workbench.action.navigateForward": {
"id": "workbench.action.navigateForward",
"label": "Ctrl+Shift+-",
"isNative": false
},
"workbench.action.nextEditor": {
"id": "workbench.action.nextEditor",
"label": "Ctrl+PageDown",
"isNative": true
},
"workbench.action.previousEditor": {
"id": "workbench.action.previousEditor",
"label": "Ctrl+PageUp",
"isNative": true
},
"workbench.action.openNextRecentlyUsedEditorInGroup": {
"id": "workbench.action.openNextRecentlyUsedEditorInGroup",
"label": "Ctrl+Tab",
"isNative": true
},
"workbench.action.openPreviousRecentlyUsedEditorInGroup": {
"id": "workbench.action.openPreviousRecentlyUsedEditorInGroup",
"label": "Ctrl+Shift+Tab",
"isNative": true
},
"workbench.action.focusFirstEditorGroup": {
"id": "workbench.action.focusFirstEditorGroup",
"label": "Ctrl+1",
"isNative": true
},
"workbench.action.focusSecondEditorGroup": {
"id": "workbench.action.focusSecondEditorGroup",
"label": "Ctrl+2",
"isNative": true
},
"workbench.action.focusThirdEditorGroup": {
"id": "workbench.action.focusThirdEditorGroup",
"label": "Ctrl+3",
"isNative": true
},
"workbench.action.focusNextGroup": {
"id": "workbench.action.focusNextGroup",
"label": "Ctrl+K Ctrl+RightArrow",
"isNative": false
},
"workbench.action.focusPreviousGroup": {
"id": "workbench.action.focusPreviousGroup",
"label": "Ctrl+K Ctrl+LeftArrow",
"isNative": false
},
"workbench.action.quickOpen": {
"id": "workbench.action.quickOpen",
"label": "Ctrl+P",
"isNative": true
},
"workbench.action.gotoSymbol": {
"id": "workbench.action.gotoSymbol",
"label": "Ctrl+Shift+O",
"isNative": true
},
"workbench.action.showAllSymbols": {
"id": "workbench.action.showAllSymbols",
"label": "Ctrl+T",
"isNative": true
},
"editor.action.goToDeclaration": {
"id": "editor.action.goToDeclaration",
"label": "F12",
"isNative": true
},
"editor.action.goToImplementation": {
"id": "editor.action.goToImplementation",
"label": "Ctrl+F12",
"isNative": true
},
"workbench.action.gotoLine": {
"id": "workbench.action.gotoLine",
"label": "Ctrl+G",
"isNative": true
},
"workbench.action.debug.start": {
"id": "workbench.action.debug.start",
"label": "F5",
"isNative": true
},
"workbench.action.debug.run": {
"id": "workbench.action.debug.run",
"label": "Ctrl+F5",
"isNative": true
},
"workbench.action.debug.stop": {
"id": "workbench.action.debug.stop",
"label": "Shift+F5",
"isNative": true
},
"workbench.action.debug.restart": {
"id": "workbench.action.debug.restart",
"label": "Ctrl+Shift+F5",
"isNative": true
},
"workbench.action.debug.stepOver": {
"id": "workbench.action.debug.stepOver",
"label": "F10",
"isNative": true
},
"workbench.action.debug.stepInto": {
"id": "workbench.action.debug.stepInto",
"label": "F11",
"isNative": true
},
"workbench.action.debug.stepOut": {
"id": "workbench.action.debug.stepOut",
"label": "Shift+F11",
"isNative": true
},
"workbench.action.debug.continue": {
"id": "workbench.action.debug.continue",
"label": "F5",
"isNative": true
},
"editor.debug.action.toggleBreakpoint": {
"id": "editor.debug.action.toggleBreakpoint",
"label": "F9",
"isNative": true
},
"editor.debug.action.toggleColumnBreakpoint": {
"id": "editor.debug.action.toggleColumnBreakpoint",
"label": "Shift+F9",
"isNative": true
},
"workbench.action.tasks.build": {
"id": "workbench.action.tasks.build",
"label": "Ctrl+Shift+B",
"isNative": true
}
},
"theme": "vs-dark vscode-theme-defaults-themes-dark_plus-json",
"themeBackground": "#1e1e1e",
"windowsState": {
"openedWindows": [],
"lastActiveWindow": {
"backupPath": "/root/.config/Code/Backups/1513712282326",
"uiState": {
"mode": 1,
"x": -63,
"y": 194,
"width": 1024,
"height": 373
}
}
}
}

View file

@ -1,15 +1,6 @@
<?xml version="1.0"?>
<!DOCTYPE wallpapers SYSTEM "mate-wp-list.dtd">
<wallpapers>
<wallpaper deleted="false">
<name>macaw-poly</name>
<filename>/usr/share/backgrounds/macaw-poly.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>carbon glider</name>
<filename>/usr/share/backgrounds/carbon-glider.jpg</filename>
@ -26,7 +17,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>untitled.png</name>
@ -35,7 +26,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Grid Lock</name>
@ -53,16 +44,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
</wallpaper>
<wallpaper deleted="false">
<name>UJVbxVY.png</name>
<filename>/root/Pictures/Wallpapers/UJVbxVY.png</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Earth-from-Space.jpg</name>
@ -71,7 +53,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Kali.JPG</name>
@ -80,7 +62,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>mPdVG3P.png</name>
@ -89,7 +71,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>OUe6WiC.jpg</name>
@ -98,7 +80,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>toxic</name>
@ -116,7 +98,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>pluto_twilight.jpg</name>
@ -125,7 +107,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Bottleship</name>
@ -152,7 +134,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Starman_Tesla.png</name>
@ -161,7 +143,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Hooded-Hacker.jpg</name>
@ -170,7 +152,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>outerspaceHands</name>
@ -224,7 +206,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Kali9.png</name>
@ -233,7 +215,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>toxic2</name>
@ -269,7 +251,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>shatter-backtrack_00000.jpg</name>
@ -278,7 +260,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>outerspaceHands</name>
@ -314,7 +296,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Backtrack.jpg</name>
@ -323,7 +305,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>SCorp2.png</name>
@ -332,7 +314,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Kali6.jpg</name>
@ -341,15 +323,6 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
</wallpaper>
<wallpaper deleted="false">
<name>macaw</name>
<filename>/usr/share/backgrounds/macaw.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
@ -359,7 +332,16 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>macaw</name>
<filename>/usr/share/backgrounds/macaw.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali8.jpg</name>
@ -368,7 +350,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>hacker_2621842b.jpg</name>
@ -377,7 +359,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali19.jpg</name>
@ -386,7 +368,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali21.jpg</name>
@ -395,7 +377,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>surf</name>
@ -413,7 +395,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali20.jpg</name>
@ -422,7 +404,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Kali3.jpg</name>
@ -431,7 +413,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali17.jpg</name>
@ -440,7 +422,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali15.png</name>
@ -449,16 +431,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
</wallpaper>
<wallpaper deleted="false">
<name>1TjKhEI.png</name>
<filename>/root/Pictures/Wallpapers/1TjKhEI.png</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali5.jpg</name>
@ -467,7 +440,16 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>1TjKhEI.png</name>
<filename>/root/Pictures/Wallpapers/1TjKhEI.png</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali16.jpg</name>
@ -476,7 +458,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>parrot splash</name>
@ -487,6 +469,15 @@
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>macaw-poly</name>
<filename>/usr/share/backgrounds/macaw-poly.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Kali1.jpg</name>
<filename>/root/Pictures/Wallpapers/Kali1.jpg</filename>
@ -494,16 +485,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
</wallpaper>
<wallpaper deleted="false">
<name>1489388.jpg</name>
<filename>/root/Pictures/Wallpapers/1489388.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>bt4-logo-wallpaper.png</name>
@ -512,7 +494,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali13.png</name>
@ -521,7 +503,16 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>1489388.jpg</name>
<filename>/root/Pictures/Wallpapers/1489388.jpg</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>sub urban</name>
@ -548,7 +539,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali14.jpg</name>
@ -557,7 +548,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>outerspace3D</name>
@ -584,7 +575,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>mask smog</name>
@ -595,6 +586,15 @@
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>UJVbxVY.png</name>
<filename>/root/Pictures/Wallpapers/UJVbxVY.png</filename>
<options>zoom</options>
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>Hacker.jpg</name>
<filename>/root/Pictures/Wallpapers/Hacker.jpg</filename>
@ -602,7 +602,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>nefelibata</name>
@ -620,7 +620,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>kali12.jpg</name>
@ -629,7 +629,7 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
<wallpaper deleted="false">
<name>scripttheworld.png</name>
@ -638,6 +638,6 @@
<shade_type>solid</shade_type>
<pcolor>rgb(44,0,30)</pcolor>
<scolor>rgb(44,0,30)</scolor>
<artist/>
<artist>(none)</artist>
</wallpaper>
</wallpapers>

View file

@ -0,0 +1,20 @@
[Desktop Entry]
Name=VSCodium
Comment=Code Editing. Redefined.
GenericName=Text Editor
Exec=/usr/share/vscodium/vscodium --unity-launch %F
Icon=vscodium
Type=Application
StartupNotify=true
StartupWMClass=VSCodium
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-empty-window;
Keywords=vscode;
X-Desktop-File-Install-Version=0.23
[Desktop Action new-empty-window]
Name=New Empty Window
Exec=/usr/share/vscodium/vscodium --new-window %F
Icon=vscodium