Socket
Socket
Sign inDemoInstall

wallpaper

Package Overview
Dependencies
1
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

lib/.DS_Store

16

lib/linux.js

@@ -78,2 +78,18 @@ 'use strict';

transform: imagePath => imagePath.slice(1, -1)
},
{
cmd: 'qdbus',
set: ['org.kde.plasmashell',
'/PlasmaShell',
'org.kde.PlasmaShell.evaluateScript',
`
var allDesktops = desktops();
for (var i = 0; i < allDesktops.length; i++) {
var desktop = allDesktops[i];
desktop.wallpaperPlugin = 'org.kde.image';
desktop.currentConfigGroup = ['Wallpaper', 'org.kde.image', 'General'];
desktop.writeConfig('Image', 'file://%s');
}
`
]
}

@@ -80,0 +96,0 @@ ];

2

package.json
{
"name": "wallpaper",
"version": "2.5.0",
"version": "2.6.0",
"description": "Get or set the desktop wallpaper",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc