Updating a few dotfiles.

This commit is contained in:
Derek Taylor
2019-02-10 14:18:26 -06:00
parent 319b804633
commit b02be49b74
16 changed files with 165 additions and 110 deletions

View File

@@ -29,6 +29,6 @@ cpu(){
}
while true; do
xsetroot -name "$(cpu) | $(mem) | $(upd) | $(dte)"
xsetroot -name "$(cpu) | $(mem) | $(dte)"
sleep 10s # Update time every ten seconds
done &