Find file in gardesk/garbg@trunk
- .gitignore
- Cargo.lock
- Cargo.toml
- DEFERRED.md
- docs/gar-integration.md
- docs/phases/phase1-core-foundation.md
- docs/phases/phase2-animation-video.md
- docs/phases/phase3-remote-sources.md
- docs/phases/phase4-daemon-integration.md
- docs/phases/phase5-polish.md
- examples/config.toml
- garbg.service
- garbg.spec
- garbg/Cargo.toml
- garbg/src/cache/disk.rs
- garbg/src/cache/memory.rs
- garbg/src/cache/mod.rs
- garbg/src/config/mod.rs
- garbg/src/config/types.rs
- garbg/src/daemon/animation_loop.rs
- garbg/src/daemon/mod.rs
- garbg/src/daemon/pid.rs
- garbg/src/daemon/state.rs
- garbg/src/ipc/client.rs
- garbg/src/ipc/gar_client.rs
- garbg/src/ipc/mod.rs
- garbg/src/ipc/protocol.rs
- garbg/src/ipc/server.rs
- garbg/src/lib.rs
- garbg/src/main.rs
- garbg/src/media/apng.rs
- garbg/src/media/frame_buffer.rs
- garbg/src/media/gif.rs
- garbg/src/media/loader.rs
- garbg/src/media/mod.rs
- garbg/src/media/scaler.rs
- garbg/src/media/video.rs
- garbg/src/media/webp.rs
- garbg/src/sources/directory.rs
- garbg/src/sources/file.rs
- garbg/src/sources/github.rs
- garbg/src/sources/http.rs
- garbg/src/sources/mod.rs
- garbg/src/sources/provider.rs
- garbg/src/sources/s3.rs
- garbg/src/state.rs
- garbg/src/x11/animation.rs
- garbg/src/x11/compositor.rs
- garbg/src/x11/connection.rs
- garbg/src/x11/mod.rs
- garbg/src/x11/monitors.rs
- garbg/src/x11/renderer.rs