kitowall 3.5.36 → 3.5.37

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.
package/dist/core/init.js CHANGED
@@ -115,7 +115,7 @@ async function initKitowall(opts) {
115
115
  [Unit]
116
116
  Description=swww wallpaper daemon (namespace %i)
117
117
  After=graphical-session.target
118
- PartOf=graphical-session.target
118
+ Wants=graphical-session.target
119
119
 
120
120
  [Service]
121
121
  Type=simple
@@ -126,7 +126,7 @@ Restart=on-failure
126
126
  RestartSec=1
127
127
 
128
128
  [Install]
129
- WantedBy=graphical-session.target
129
+ WantedBy=default.target
130
130
  `.trimStart();
131
131
  (0, node_fs_1.writeFileSync)((0, node_path_1.join)(userDir, 'swww-daemon@.service'), swwwDaemonTemplate, 'utf8');
132
132
  // 2) kitowall-next.service (oneshot)
@@ -152,7 +152,7 @@ ExecStart=${nextExec}
152
152
  Description=Kitowall watcher (monitor hotplug)
153
153
  After=graphical-session.target swww-daemon@${ns}.service
154
154
  Requires=swww-daemon@${ns}.service
155
- PartOf=graphical-session.target
155
+ Wants=graphical-session.target
156
156
 
157
157
  [Service]
158
158
  Type=simple
@@ -163,7 +163,7 @@ Restart=on-failure
163
163
  RestartSec=1
164
164
 
165
165
  [Install]
166
- WantedBy=graphical-session.target
166
+ WantedBy=default.target
167
167
  `.trimStart();
168
168
  (0, node_fs_1.writeFileSync)((0, node_path_1.join)(userDir, 'kitowall-watch.service'), kitowallWatchService, 'utf8');
169
169
  // 4) kitowall-login-apply.service (apply once on login to avoid gray background)
@@ -173,7 +173,7 @@ WantedBy=graphical-session.target
173
173
  Description=Kitowall apply wallpapers on session start
174
174
  After=graphical-session.target swww-daemon@${ns}.service
175
175
  Requires=swww-daemon@${ns}.service
176
- PartOf=graphical-session.target
176
+ Wants=graphical-session.target
177
177
 
178
178
  [Service]
179
179
  Type=oneshot
@@ -182,7 +182,7 @@ Environment=XDG_RUNTIME_DIR=${xdgRuntimeDir}
182
182
  ExecStart=${loginApplyExec}
183
183
 
184
184
  [Install]
185
- WantedBy=graphical-session.target
185
+ WantedBy=default.target
186
186
  `.trimStart();
187
187
  (0, node_fs_1.writeFileSync)((0, node_path_1.join)(userDir, 'kitowall-login-apply.service'), kitowallLoginApplyService, 'utf8');
188
188
  // Activación
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitowall",
3
- "version": "3.5.36",
3
+ "version": "3.5.37",
4
4
  "description": "CLI/daemon for Hyprland wallpapers using swww with pack-based rotation.",
5
5
  "repository": {
6
6
  "type": "git",