restore patches

This commit is contained in:
2023-02-25 17:05:53 +01:00
parent ff2e75d205
commit 08d4104796
26 changed files with 4664 additions and 1 deletions

View File

@@ -69,5 +69,6 @@ while true; do
[ $interval = 0 ] || [ $(($interval % 3600)) = 0 ] && updates=$(pkg_updates)
interval=$((interval + 1))
sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)"
# sleep 1 && xsetroot -name "$updates $(battery) $(brightness) $(cpu) $(mem) $(wlan) $(clock)"
sleep 1 && xsetroot -name "$updates $(cpu) $(mem) $(clock)"
done