gardesk/garbg / 66c5f6e

Browse files

Add tip for background animation when running in foreground

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
66c5f6eaaa50e21bb3400848a4dd14f5c9c1bbb4
Parents
36a9617
Tree
94858ec

1 changed file

StatusFile+-
M garbg/src/main.rs 1 0
garbg/src/main.rsmodified
@@ -319,6 +319,7 @@ fn set_single_wallpaper(
319319
 
320320
                 let mut animation = AnimationLoop::new(gif, &conn, config)?;
321321
 
322
+                eprintln!("Tip: For background animation, start daemon first: garbg daemon -d");
322323
                 tracing::info!(
323324
                     "Playing animated GIF: {} frames, {:.1} FPS (Ctrl+C to stop)",
324325
                     animation.info().frame_count,