feat: read custom klipper config location from file

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-04-05 11:40:29 +02:00
parent 2ad1ec5573
commit 114684030b
7 changed files with 22 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ SYSTEMD="/etc/systemd/system"
KLIPPERSCREEN_ENV_DIR="${HOME}/.KlipperScreen-env"
KLIPPERSCREEN_DIR="${HOME}/KlipperScreen"
KLIPPERSCREEN_REPO=https://github.com/jordanruthe/KlipperScreen.git
KLIPPER_CONFIG="${HOME}/klipper_config"
KLIPPER_CONFIG="$(get_klipper_cfg_dir)"
#===================================================#
#============== INSTALL KLIPPERSCREEN ==============#