wallpapers in the hyprland default style but with your own custom waifus and backgrounds
set-bg.workflow/Contents | ||
.gitignore | ||
hyprchan | ||
hyprchan.conf | ||
LICENSE | ||
README.md |
hyprchan
wallpaper generator
Install
- Copy or symlink
hyprchan
to a directory in your $PATH, such as ~/.local/bin. - Make the directory
~/.config/hyprchan
and copy/symlink hyprchan.conf there.
Dependencies
hyprchan depends on f.el
and dash.el
. By default the config file will bootstrap straight.el to install them. If you have these packages available system-wide (EG with debian's elisp packages), you can comment it out.
Install - Windows
First get the Scoop package manager https://scoop.sh and follow its instructions for adding the extras
bucket.
Then install the following:
emacs
imagemagick
file
Put hyprchan.conf where it goes (run this in powershell while in the project root folder):
new-item -type directory -force -path $env:APPDATA\.config\hyprchan\
copy-item hyprchan.conf $env:APPDATA\.config\hyprchan\hyprchan.conf
new-item -type directory -path $env:APPDATA\.cache\
Then edit it so it actually knows where your wallpapers should be.