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:
@@ -35,9 +35,9 @@ xsetroot -solid "$purple"
|
|||||||
#exec slstatus &
|
#exec slstatus &
|
||||||
|
|
||||||
# Custom #
|
# Custom #
|
||||||
source `which volume.function`
|
source "`which volume.function`"
|
||||||
source `which battery.function`
|
source "`which battery.function`"
|
||||||
source `which storage.function`
|
source "`which storage.function`"
|
||||||
if [[ "`storage-root`" == "`storage-home`" ]]; then
|
if [[ "`storage-root`" == "`storage-home`" ]]; then
|
||||||
storage_cmd=echo 'Storage: `storage-root-dwm`)"'
|
storage_cmd=echo 'Storage: `storage-root-dwm`)"'
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user