aboutsummaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--base/Makefile2
-rw-r--r--base/faces/.gitignore4
2 files changed, 5 insertions, 1 deletions
diff --git a/base/Makefile b/base/Makefile
index d94dd0c..91e64ba 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -1,6 +1,6 @@
.POSIX:
-FACE = penguin.png
+FACE != (cat ../.private/base/face-"$$(hostname)" || cat ../.work/base/face || echo penguin.png) 2>/dev/null
XINITRC_ORDER = 90
diff --git a/base/faces/.gitignore b/base/faces/.gitignore
new file mode 100644
index 0000000..c747958
--- /dev/null
+++ b/base/faces/.gitignore
@@ -0,0 +1,4 @@
+*
+!/.gitignore
+!/gnu-wink.svg
+!/penguin.png