mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2025-12-20 07:15:23 +05:30
I would rather be playing Hell Divers 2.
This commit is contained in:
10
env.example
10
env.example
@@ -12,16 +12,6 @@ ntfy_creds() {
|
||||
NTFY_TOPIC=
|
||||
}
|
||||
|
||||
jellyfin_creds() {
|
||||
# unload
|
||||
[ "$1" = "unload" ] && unset JF_TOKEN JF_BASE_URL JF_USER_ID && return 0
|
||||
|
||||
# load
|
||||
JF_TOKEN=
|
||||
JF_BASE_URL=
|
||||
JF_USER_ID=
|
||||
}
|
||||
|
||||
nextcloud_creds() {
|
||||
# unload
|
||||
[ "$1" = "unload" ] && unset NC_URL NC_USER NC_TOKEN NC_SHARE_PATH NC_FOLDER_ID && return 0
|
||||
|
||||
Reference in New Issue
Block a user