xrdbupdate: Minor polish, logging
This commit is contained in:
parent
64a3904866
commit
c21234dd9c
@ -1,5 +1,9 @@
|
||||
#!/bin/sh
|
||||
xrdb ~/.Xresources
|
||||
if [ -f ~/.Xresources ]; then
|
||||
xrdb ~/.Xresources
|
||||
printf "Loading .Xresources...\n"
|
||||
fi
|
||||
for file in ~/.xrdb/*.xresources; do
|
||||
printf "Merging in $file...\n"
|
||||
xrdb -merge "$file"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user