diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 09:34:46 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-08 09:34:46 -0500 |
commit | 1116e6b76eb5921698f11df04631df515b74cfb3 (patch) | |
tree | 1d485f00ae0cbd211d5baf93677b1237e47ab289 | |
parent | 6890083e7e43b51f344063a5c822b26f7a7da7ff (diff) |
update wallpaper
-rw-r--r-- | index.org | 6 | ||||
-rw-r--r-- | install | 2 | ||||
l--------- | wallpaper | 1 | ||||
-rw-r--r-- | wallpaper.jpg | bin | 4854880 -> 0 bytes | |||
-rw-r--r-- | wallpaper.png | bin | 0 -> 14122059 bytes |
5 files changed, 4 insertions, 5 deletions
@@ -12,7 +12,7 @@ This page is the home of my dotfiles. They are written using literate programmin - [[./gitconfig.org][.gitconfig]] - [[./profile.org][.profile]] - [[./zshrc.org][.zshrc]] -- [[./wallpaper.jpg][.wallpaper]] +- [[./wallpaper.png][.wallpaper]] * Install Script It can be run as =./install=, so make it explicit what binary to run it with (POSIX shell). @@ -67,10 +67,10 @@ Extract each configuration file from its literate =.org= file into its correct l done #+end_src -Install the [[./wallpaper][wallpaper]] file. +Install the [[./wallpaper.png][wallpaper]] file. #+begin_src sh :tangle ~/.dotfiles/install :mkdirp yes echo Installing wallpaper... - cp wallpaper ~/.wallpaper + cp wallpaper.png ~/.wallpaper #+end_src Install any missing fonts by extracting the corresponding =tar.gz= archive. @@ -30,7 +30,7 @@ find -- * -type f -name "*.org" | while read -r file; do done echo Installing wallpaper... -cp wallpaper ~/.wallpaper +cp wallpaper.png ~/.wallpaper fonts_changed=false if ! test -d ~/.local/share/fonts/ComputerModern; then diff --git a/wallpaper b/wallpaper deleted file mode 120000 index 8946337..0000000 --- a/wallpaper +++ /dev/null @@ -1 +0,0 @@ -wallpaper.jpg
\ No newline at end of file diff --git a/wallpaper.jpg b/wallpaper.jpg Binary files differdeleted file mode 100644 index 2d60836..0000000 --- a/wallpaper.jpg +++ /dev/null diff --git a/wallpaper.png b/wallpaper.png Binary files differnew file mode 100644 index 0000000..e67150d --- /dev/null +++ b/wallpaper.png |