{"id":26062127,"url":"https://github.com/techlm77/xfce4-animation","last_synced_at":"2025-09-12T21:36:47.814Z","repository":{"id":202846442,"uuid":"708263124","full_name":"Techlm77/xfce4-animation","owner":"Techlm77","description":"Step by step youtube guide","archived":false,"fork":false,"pushed_at":"2023-10-22T21:46:18.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-10-23T04:20:15.539Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://youtu.be/Ju8_vZPm4VU","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Techlm77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-10-22T02:41:39.000Z","updated_at":"2023-10-22T05:39:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4466066-1639-4e79-bfbe-372e72483fe3","html_url":"https://github.com/Techlm77/xfce4-animation","commit_stats":null,"previous_names":["techlm77/xfce4-animation"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2Fxfce4-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2Fxfce4-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2Fxfce4-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Techlm77%2Fxfce4-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Techlm77","download_url":"https://codeload.github.com/Techlm77/xfce4-animation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242573493,"owners_count":20151707,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-08T15:49:44.859Z","updated_at":"2025-03-08T15:49:45.347Z","avatar_url":"https://github.com/Techlm77.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animated Background/Wallpaper Setup for XFCE4\n\nThis guide will help you set up an animated background or wallpaper in XFCE4 using a sequence of PNG images. It provides a step-by-step process to create a visually appealing animated wallpaper on your XFCE4 desktop.\n\n## Prerequisites\n\nBefore you begin, make sure you have the following requirements:\n\n- An XFCE4-based Linux distribution installed.\n- A GIF file that you want to use as the source for the animated wallpaper.\n\n## Step 1: Create an Animation Directory\n\nCreate a directory to store the frames of your animation. Run the following command to create the directory:\n\n```bash\nmkdir /home/$(whoami)/Videos/animation\n```\n\n## Step 2: Convert the GIF to PNG Frames\n\nConvert your GIF file to a sequence of PNG frames to create the animation. Use the following command to perform the conversion:\n\n```bash\nconvert find-your-gif.gif -coalesce -quality 100 /home/$(whoami)/Videos/animation/frame%04d.png\n```\n\n## Step 3: Capture the Monitor Configuration\n\nYou'll need to set the animated background temporarily and capture the monitor configuration. To do this, run:\n\n```bash\nxfconf-query -c xfce4-desktop -m\n```\nDuring this step, remember to edit the start.sh script with the correct property path for the last image.\n\n## Step 4: Set Up the Animation Script\n\nMake the script executable:\n\nNote: Remember to change the /backdrop/screen0/example/workspace0/last-image property path in the start.sh script to match your specific monitor configuration.\n\n```bash\nchmod +x ./start.sh \u0026\u0026 ./start.sh \u0026\n```\n\nEnjoy!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlm77%2Fxfce4-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechlm77%2Fxfce4-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechlm77%2Fxfce4-animation/lists"}