BASHrc Upgrades, Backup Script, DWM Enhancements, Hugo Helpers, Branch Controls #7

Merged
me merged 112 commits from dev into main 2025-12-01 09:50:55 -07:00
Showing only changes of commit 8970bb3a1b - Show all commits

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