We already use auto-capitalisation in the shell, so we actually benefit from having capitalised names, considering it reduces headaches induced by hardcoded paths. Also, now that we've accepted that the home directory will be a mess, it will aid standing out. Also source the file in .profile, because it should've been from the start.
3 lines
99 B
Bash
Executable File
3 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
feh --no-fehbg --image-bg black --bg-center "$(xdg-user-dir PICTURES)/eumetsat/curr.png"
|