kitowall 3.4.0 → 3.5.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.
@@ -131,6 +131,7 @@ function getCoexistServices() {
131
131
  const defaults = [
132
132
  'swww-daemon.service',
133
133
  'swww-daemon@kitowall.service',
134
+ 'kitowall-login-apply.service',
134
135
  'kitowall-watch.service',
135
136
  'kitowall-next.service',
136
137
  'kitowall-next.timer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitowall",
3
- "version": "3.4.0",
3
+ "version": "3.5.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",