mirror of
https://github.com/talwat/lowfi
synced 2025-09-10 02:30:46 +00:00
docs: explain music situation docs: more internal documentation feat: make timeout configurable chore: clean up some sections of code
960 B
960 B
Using the chillhop list
Warning
As of lowfi 1.7.0, the chillhop list is included by default. For a more detailed explanation, see MUSIC.md. This document is included to preserve any old links or references. The instructions are still valid.
Linux
mkdir -p ~/.local/share/lowfi
curl https://raw.githubusercontent.com/talwat/lowfi/refs/heads/main/data/chillhop.txt -O --output-dir ~/.local/share/lowfi
MacOS
mkdir -p "$HOME/Library/Application Support/lowfi"
curl https://raw.githubusercontent.com/talwat/lowfi/refs/heads/main/data/chillhop.txt -O --output-dir "$HOME/Library/Application Support/lowfi"
Windows
Go to %appdata%
in Explorer, then Roaming
, and make a folder called lowfi
.
Then just put this file in there.
Launching lowfi
Once the list has been added, just launch lowfi
with -t chillhop
.