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