mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2026-06-17 07:42:07 +05:30
Feat: moved all the startup script to systemd services
This commit is contained in:
+10
@@ -40,3 +40,13 @@ matrix_creds() {
|
||||
MX_TOKEN=
|
||||
MX_URL=
|
||||
}
|
||||
|
||||
navidrome_creds() {
|
||||
# unload
|
||||
[ "$1" = "unload" ] && unset ND_USER ND_PASS ND_URL && return 0
|
||||
|
||||
# load
|
||||
ND_USER=
|
||||
ND_PASS=
|
||||
ND_URL=
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user