Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jnullj/fox-neat-wallpaper
A simple script to generate a cool wallpaper based on installed packages
https://github.com/jnullj/fox-neat-wallpaper
Last synced: about 1 month ago
JSON representation
A simple script to generate a cool wallpaper based on installed packages
- Host: GitHub
- URL: https://github.com/jnullj/fox-neat-wallpaper
- Owner: jNullj
- License: other
- Created: 2022-07-06T18:05:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T11:40:50.000Z (5 months ago)
- Last Synced: 2024-06-08T12:48:23.706Z (5 months ago)
- Language: Shell
- Size: 282 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Fox neat wallpaper
![Banner](readme_pictures/banner.png)
[![aur-shield](https://img.shields.io/aur/version/fox-neat-wallpaper?style=flat-square)](https://aur.archlinux.org/packages/fox-neat-wallpaper)
This is a simple script that generates a wallpaper based on installed packages and marks which ones are outdated.
This script is made to be used for archlinux with the xfce4 desktop environment, one might use it with other desktop environment menually.## Installation
Can be installed from the [AUR](https://aur.archlinux.org/packages/fox-neat-wallpaper).
If you wish to install menually you should first make sure you have all dependencies:
```bash
# 1. clone the repository
git clone https://github.com/jNullj/fox-neat-wallpaper
cd fox-neat-wallpaper
# copy files to /opt/fox-neat-wallpaper
cp *.sh /opt/fox-neat-wallpaper
cp *.svg /opt/fox-neat-wallpaper
cp *.html /opt/fox-neat-wallpaper
cp *.css /opt/fox-neat-wallpaper
cp *.js /opt/fox-neat-wallpaper
# copy pacman hook, systemd timer and service
cp fox-neat-wallpaper.hook /etc/pacman.d/hooks/fox-neat-wallpaper.hook
cp fox-neat-wallpaper.service /usr/lib/systemd/user/fox-neat-wallpaper.service
cp fox-neat-wallpaper.timer /usr/lib/systemd/user/fox-neat-wallpaper.service
# create a link of the exectuable to /usr/bin
ln -rTsF /opt/fox-neat-wallpaper/fox-neat-wallpaper.sh /usr/bin/fox-neat-wallpaper
```## Usage
With a user you want to enable the wallpaper simply type
```bash
# Enable the wallpaper and create one
fox-neat-wallpaper all
```To enable automatic updating of the wallpaper based of outdated packages also enable the systembd timer using:
```bash
# Enable timer for automatic updates
fox-neat-wallpaper enable-timer
```If you use a desktop environment other then xfce4 you should menually set the wallpaper image. The script saves the wallpaper at `~/.fox-neat-wallpaper`
If you use other desktop environment and wish to automate this, pull requests are welcomed.If you wish to replace the logo you could use your own by replacing the filename in the script.
## Configuration files
Default settings can be changed using a configuration file.
Both system-wide and user config are supported.For system-wide changes please create a config file at `/etc/opt/fox-neat-wallpaper/host.conf`
For user specific changes please create a config file at `~/.config/fox-neat-wallpaper/user.conf`An example for a configuration file with all default values can be found at [example.conf](example.conf)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
The Arch Linux name and [logo](logo.svg) are recognized trademarks. Some rights reserved.
This project is created by the community and not an official project made or endorsed by Arch Linux.For everything else: [MIT](LICENSE)
## Notice
The Arch Linux name and [logo](logo.svg) are recognized trademarks. Some rights reserved.
This project is created by the community and not an official project made or endorsed by Arch Linux.