Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
AnAncientForce committed Oct 9, 2023
1 parent 4c3c74e commit 83a3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,8 +659,8 @@ function setupWallpaperSelection(type) {
if (type == "wallpaper") {
const jsonObject = helper.getSettings();
jsonObject["live_wallpaper"] = false;
helper.writeSettings(jsonObject);
jsonObject["wallpaper_path"] = filePath;
helper.writeSettings(jsonObject);
executeCommand(`killall -9 mpv`);
executeCommand(`feh --bg-fill ${filePath}`);
/*
Expand Down

0 comments on commit 83a3e04

Please sign in to comment.