kitowall 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,6 +199,7 @@ function getCoexistServices() {
199
199
  const cfg = readWeConfig();
200
200
  const defaults = [
201
201
  'swww-daemon.service',
202
+ 'swww-daemon@kitowall.service',
202
203
  'hyprwall-watch.service',
203
204
  'hyprwall-next.timer',
204
205
  'kitowall-next.timer'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitowall",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "CLI/daemon for Hyprland wallpapers using swww with pack-based rotation.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "type": "commonjs",