Skip to content

Commit 3881645

Browse files
committed
Formatting for README.
1 parent 4a92ac5 commit 3881645

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

python3/get-osx-wallpaper.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@
2323
Assuming `get-osx-wallpaper.py` is on your path,
2424
check the output with the following
2525
26-
$ get-osx-wallpaper.py
27-
/Users/bamos/Pictures/wallpaper/nature/496.jpg
26+
```
27+
$ get-osx-wallpaper.py
28+
/Users/bamos/Pictures/wallpaper/nature/496.jpg
29+
```
2830
2931
Please ensure this is correct before trying to remove it!
3032
@@ -33,14 +35,18 @@
3335
Note that the dock will be restarted and all windows will be
3436
unminimized.
3537
36-
$ open $(get-osx-wallpaper.py)
37-
$ rm $(get-osx-wallpaper.py) && killall Dock
38+
```
39+
$ open $(get-osx-wallpaper.py)
40+
$ rm $(get-osx-wallpaper.py) && killall Dock
41+
```
3842
3943
Example alias definitions for bash and zsh are available in
4044
https://github.com/bamos/dotfiles/blob/master/.aliases:
4145
42-
alias open-wallpaper='open $(get-osx-wallpaper.py)'
43-
alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
46+
```
47+
alias open-wallpaper='open $(get-osx-wallpaper.py)'
48+
alias rm-wallpaper='rm $(get-osx-wallpaper.py) && killall Dock'
49+
```
4450
"""
4551

4652

0 commit comments

Comments
 (0)