aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index bbacfbb..09b2efd 100644
--- a/install
+++ b/install
@@ -31,7 +31,7 @@ find -- . -type f -name "*.org" | while read -r file; do
done
echo Installing wallpaper...
-cp wallpaper.png ~/.wallpaper
+cp .wallpaper ~/.wallpaper
fonts_changed=false
if ! test -d ~/.local/share/fonts/ComputerModern; then