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 8a4446f7e3 - Show all commits

View File

@@ -44,6 +44,9 @@ function status-display {
battery=""; storage=""; volume=""; datetime=""; battery=""; storage=""; volume=""; datetime="";
userhost="`whoami`@`hostname`" userhost="`whoami`@`hostname`"
while true; do while true; do
# Exit if parent process is gone.
#TBD/TODO
# Reset Variables # Reset Variables
if [[ $datetime == *"00" ]]; then if [[ $datetime == *"00" ]]; then
unset battery unset battery