Skip to content

Commit

Permalink
update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
UriHerrera committed May 8, 2024
1 parent 1392bb2 commit d9d7aaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nx-plasma-look-and-feel (2.1.4) nitrux; urgency=medium

* Configure wallpaper plugin.

-- Uri Herrera <[email protected]> Wed, 08 May 2024 04:58:00 -0500

nx-plasma-look-and-feel (2.1.3) nitrux; urgency=medium

* Update layout.js to hide launchers.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for (i=0;i<allDesktops.length;i++){
d = allDesktops[i];
d.wallpaperPlugin = "a2n.blur";
d.currentConfigGroup = Array("Wallpaper", "a2n.blur", "General");
d.writeConfig("SlidePaths", "/sr/share/wallpapers")
}

// Top panel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for (i=0;i<allDesktops.length;i++){
d = allDesktops[i];
d.wallpaperPlugin = "a2n.blur";
d.currentConfigGroup = Array("Wallpaper", "a2n.blur", "General");
d.writeConfig("SlidePaths", "/sr/share/wallpapers")
}

// Top panel.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ for (i=0;i<allDesktops.length;i++){
d = allDesktops[i];
d.wallpaperPlugin = "a2n.blur";
d.currentConfigGroup = Array("Wallpaper", "a2n.blur", "General");
d.writeConfig("SlidePaths", "/sr/share/wallpapers")
}

// Top panel.
Expand Down

0 comments on commit d9d7aaa

Please sign in to comment.