From 8970bb3a1bda298547ac4a7e10d761279571c99f Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 10 Nov 2025 14:58:21 -0700 Subject: [PATCH] Add quotes in case path has spaces, which it shouldn't, but it's good practice to protect it anyways. --- files/dwm/dwm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/dwm/dwm.sh b/files/dwm/dwm.sh index e261399..a4be275 100644 --- a/files/dwm/dwm.sh +++ b/files/dwm/dwm.sh @@ -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