File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,10 @@ Ensure `db_path` and `wallpaper_dir` are correctly set below.
160
160
Assuming ` get-osx-wallpaper.py ` is on your path,
161
161
check the output with the following
162
162
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
+ ```
165
167
166
168
Please ensure this is correct before trying to remove it!
167
169
@@ -170,14 +172,18 @@ Run `killall Dock` to refresh the changes after removing the file.
170
172
Note that the dock will be restarted and all windows will be
171
173
unminimized.
172
174
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
+ ```
175
179
176
180
Example alias definitions for bash and zsh are available in
177
181
https://github.com/bamos/dotfiles/blob/master/.aliases :
178
182
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
+ ```
181
187
182
188
183
189
You can’t perform that action at this time.
0 commit comments