Add quotes in case path has spaces, which it shouldn't, but it's good practice to protect it anyways.

This commit is contained in:
2025-11-10 14:58:21 -07:00
parent eae66f9967
commit 8970bb3a1b

View File

@@ -35,9 +35,9 @@ xsetroot -solid "$purple"
#exec slstatus &
# Custom #
source `which volume.function`
source `which battery.function`
source `which storage.function`
source "`which volume.function`"
source "`which battery.function`"
source "`which storage.function`"
if [[ "`storage-root`" == "`storage-home`" ]]; then
storage_cmd=echo 'Storage: `storage-root-dwm`)"'
else