wallpapers in the hyprland default style but with your own custom waifus and backgrounds
Go to file
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
set-bg.workflow/Contents add macos background workflow - doesn't do anything just yet 2023-10-14 10:32:43 -08:00
.gitignore Initial commit 2023-10-13 20:48:26 -08:00
hyprchan Windows compatibility changes. 2023-10-22 13:35:25 -08:00
hyprchan.conf Add config file and install instructions 2023-10-14 13:41:35 -08:00
LICENSE Initial commit 2023-10-13 20:48:26 -08:00
README.md Windows compatibility changes. 2023-10-22 13:35:25 -08:00

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.