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 4b73dc336c - Show all commits

View File

@@ -49,9 +49,9 @@ else
}
fi
while true; do
readout="$readout: `battery-display`"
readout="$readout | : `dwm-storage`"
readout="$readout | : `volume-display`"
readout="$readout  `battery-display`"
readout="$readout |  `dwm-storage`"
readout="$readout |  `volume-display`"
readout="$readout | `whoami`@`hostname`"
readout="$readout `date +"%Y-%m-%d %H:%M:%S"`"
xsetroot -name "$readout"