{"id":16932138,"url":"https://github.com/jnullj/fox-neat-wallpaper","last_synced_at":"2026-03-05T00:36:50.619Z","repository":{"id":48025558,"uuid":"511243756","full_name":"jNullj/fox-neat-wallpaper","owner":"jNullj","description":"A simple script to generate a cool wallpaper based on installed packages","archived":false,"fork":false,"pushed_at":"2024-08-31T13:56:14.000Z","size":290,"stargazers_count":3,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T14:38:57.348Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jNullj.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-06T18:05:52.000Z","updated_at":"2024-11-08T09:04:51.000Z","dependencies_parsed_at":"2024-06-08T12:43:56.782Z","dependency_job_id":"a3d08a23-d013-45f8-97bb-52f61c05c293","html_url":"https://github.com/jNullj/fox-neat-wallpaper","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jNullj%2Ffox-neat-wallpaper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jNullj%2Ffox-neat-wallpaper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jNullj%2Ffox-neat-wallpaper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jNullj%2Ffox-neat-wallpaper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jNullj","download_url":"https://codeload.github.com/jNullj/fox-neat-wallpaper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248459192,"owners_count":21107251,"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":"2024-10-13T20:45:41.364Z","updated_at":"2026-03-05T00:36:45.590Z","avatar_url":"https://github.com/jNullj.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fox neat wallpaper\n\n![Banner](readme_pictures/banner.png)\n\n[![aur-shield](https://img.shields.io/aur/version/fox-neat-wallpaper?style=flat-square)](https://aur.archlinux.org/packages/fox-neat-wallpaper)\n\nThis is a simple script that generates a wallpaper based on installed packages and marks which ones are outdated.\nThis script is made to be used for archlinux with the xfce4 desktop environment, one might use it with other desktop environment menually.\n\n## Installation\n\nCan be installed from the [AUR](https://aur.archlinux.org/packages/fox-neat-wallpaper).\n\nIf you wish to install menually you should first make sure you have all dependencies:\n\n```bash\n# 1. clone the repository\ngit clone https://github.com/jNullj/fox-neat-wallpaper\ncd fox-neat-wallpaper\n# copy files to /opt/fox-neat-wallpaper\ncp *.sh /opt/fox-neat-wallpaper\ncp *.svg /opt/fox-neat-wallpaper\ncp *.html /opt/fox-neat-wallpaper\ncp *.css /opt/fox-neat-wallpaper\ncp *.js /opt/fox-neat-wallpaper\n# copy pacman hook, systemd timer and service\ncp fox-neat-wallpaper.hook /etc/pacman.d/hooks/fox-neat-wallpaper.hook\ncp fox-neat-wallpaper.service /usr/lib/systemd/user/fox-neat-wallpaper.service\ncp fox-neat-wallpaper.timer /usr/lib/systemd/user/fox-neat-wallpaper.service\n# create a link of the exectuable to /usr/bin\nln -rTsF /opt/fox-neat-wallpaper/fox-neat-wallpaper.sh /usr/bin/fox-neat-wallpaper\n```\n\n## Usage\n\nWith a user you want to enable the wallpaper simply type\n```bash\n# Enable the wallpaper and create one\nfox-neat-wallpaper all\n```\n\nTo enable automatic updating of the wallpaper based of outdated packages also enable the systembd timer using:\n```bash\n# Enable timer for automatic updates\nfox-neat-wallpaper enable-timer\n```\n\nIf you use a desktop environment other then xfce4 you should menually set the wallpaper image. The script saves the wallpaper at `~/.fox-neat-wallpaper`\nIf you use other desktop environment and wish to automate this, pull requests are welcomed.\n\nIf you wish to replace the logo you could use your own by replacing the filename in the script.\n\n## Configuration files\n\nDefault settings can be changed using a configuration file.\nBoth system-wide and user config are supported.\n\nFor system-wide changes please create a config file at `/etc/opt/fox-neat-wallpaper/host.conf`\nFor user specific changes please create a config file at `~/.config/fox-neat-wallpaper/user.conf`\n\nAn example for a configuration file with all default values can be found at [example.conf](example.conf)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThe Arch Linux name and [logo](logo.svg) are recognized trademarks. Some rights reserved.\nThis project is created by the community and not an official project made or endorsed by Arch Linux.\n\nFor everything else: [MIT](LICENSE)\n\n## Notice\n\nThe Arch Linux name and [logo](logo.svg) are recognized trademarks. Some rights reserved.\nThis project is created by the community and not an official project made or endorsed by Arch Linux.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnullj%2Ffox-neat-wallpaper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnullj%2Ffox-neat-wallpaper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnullj%2Ffox-neat-wallpaper/lists"}