aboutsummaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-11-25 18:08:34 +0100
committerMattias Andrée <maandree@kth.se>2023-11-25 18:08:34 +0100
commit5b7e0db847c46affc207c327835d1efd3b2727de (patch)
tree764855cde8a304641a359e907157dc0525ff8a20 /base
parentUpdate dmenu to use different fonts (primary size due to different DPI, distance, and screen size) on different computers (diff)
downloaddotfiles-5b7e0db847c46affc207c327835d1efd3b2727de.tar.gz
dotfiles-5b7e0db847c46affc207c327835d1efd3b2727de.tar.bz2
dotfiles-5b7e0db847c46affc207c327835d1efd3b2727de.tar.xz
Misc updates
Signed-off-by: Mattias Andrée <maandree@kth.se>
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