The Tidal-hifi Settings window now floats.

Added the isos mountpoint to the mounts script
Switched to powerline-rs
This commit is contained in:
2019-12-01 16:51:23 +01:00
parent 9714b2fa1d
commit 0b69bd77f6
3 changed files with 9 additions and 3 deletions

View File

@@ -41,6 +41,11 @@ declare -A MOUNTS3=(
[share]='appdata'
[mount]='appdata'
)
declare -A MOUNTS4=(
[server]="$MY_SERVER_LOCATION"
[share]='isos'
[mount]='isos'
)
# declare array with "objects"
declare -n MOUNTS