hyprchan/README.md
mir 872c438e8e Windows compatibility changes.
added instructions to readme, fix config values not being read, and debug magick cmd
2023-10-22 13:35:25 -08:00

1017 B

hyprchan

wallpaper generator

Install

  1. Copy or symlink hyprchan to a directory in your $PATH, such as ~/.local/bin.
  2. 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.