refact(spoolman): add global for db dir

This commit is contained in:
Alessandro Maggi
2024-06-08 13:30:35 +02:00
parent c82eb554a6
commit 2dd2fa17e4
2 changed files with 4 additions and 3 deletions

View File

@@ -90,5 +90,6 @@ function set_globals() {
#=============== Spoolman ================#
SPOOLMAN_DIR="${HOME}/spoolman"
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
}