projects
/
~bandali
/
configs
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
set `custom-file' and load it
[~bandali/configs]
/
wp
/
.local
/
bin
/
wp
1
#! /bin/bash
2
3
export
DISPLAY
=:
0
4
5
case
"
$1
"
in
6
"day"
)
7
feh
--bg-scale
$HOME
/
usr
/
pics
/
island_day_by_arsenixc-d6ctqon.jpg
8
;;
9
"night"
)
10
feh
--bg-scale
$HOME
/
usr
/
pics
/
island_night_by_arsenixc-d6cz757.jpg
11
;;
12
*)
13
echo
$
"Usage:
$0
{day|night}"
14
exit
1
15
esac