Skip to content

Commit 73dc8b1

Browse files
committed
Add auto-generated README.
1 parent 3881645 commit 73dc8b1

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,10 @@ Ensure `db_path` and `wallpaper_dir` are correctly set below.
160160
Assuming `get-osx-wallpaper.py` is on your path,
161161
check the output with the following
162162

163-
$ get-osx-wallpaper.py
164-
/Users/bamos/Pictures/wallpaper/nature/496.jpg
163+
```
164+
$ get-osx-wallpaper.py
165+
/Users/bamos/Pictures/wallpaper/nature/496.jpg
166+
```
165167

166168
Please ensure this is correct before trying to remove it!
167169

@@ -170,14 +172,18 @@ Run `killall Dock` to refresh the changes after removing the file.
170172
Note that the dock will be restarted and all windows will be
171173
unminimized.
172174

173-
$ open $(get-osx-wallpaper.py)
174-
$ rm $(get-osx-wallpaper.py) && killall Dock
175+
```
176+
$ open $(get-osx-wallpaper.py)
177+
$ rm $(get-osx-wallpaper.py) && killall Dock
178+
```
175179

176180
Example alias definitions for bash and zsh are available in
177181
https://github.com/bamos/dotfiles/blob/master/.aliases:
178182

179-
alias open-wallpaper='open $(get-osx-wallpaper.py)'
180-
alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
183+
```
184+
alias open-wallpaper='open $(get-osx-wallpaper.py)'
185+
alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
186+
```
181187

182188

183189

0 commit comments

Comments
 (0)