commit: 80c1a36258cfe66ddeb1f82de2ab2316a3ac2b5e
parent 0051cc7fabc4fa0fdfe68a9ee7ca7adbf801fb94
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 May 2022 11:49:46 +0200
pointer: Add cursor
Diffstat:
4 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ DATADIR ?= $(PREFIX)/share
ICONDIR ?= $(DATADIR)/icons
XCURSORDIR = $(ICONDIR)/$(NAME)/cursors
-all: cursors.mk cursors/text cursors/arrow cursors/vertical-text
+all: cursors.mk cursors/text cursors/arrow cursors/pointer cursors/vertical-text
include cursors.mk
diff --git a/cursors/pointer b/cursors/pointer
Binary files differ.
diff --git a/pointer.cfg b/pointer.cfg
@@ -0,0 +1 @@
+16 0 0 pointer.png
+\ No newline at end of file
diff --git a/pointer.png b/pointer.png
Binary files differ.