commit cfd7a7966f5ee00797b375e88fb5025be9b6ab09
parent af06cf5d118b8259a3bb68b157d936ed7a95d490
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 1 Jun 2019 10:31:53 +0200
Minor changes to dwm status and upgrade script
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.local/bin/dwmstatus b/.local/bin/dwmstatus
@@ -1,5 +1,5 @@
#!/bin/sh
while true; do
xsetroot -name "$(sysstatus) "
- sleep 10
+ sleep 5
done
diff --git a/.local/bin/uu b/.local/bin/uu
@@ -78,7 +78,7 @@ if [ -d ~/code/fffs ]; then
fi
if [ -d ~/.vim/vim-plugs ]; then
- announce "Upgrading vim packages"
+ announce "Upgrading $EDITOR packages"
$EDITOR +PlugUpgrade +PlugUpdate +qall
fi