commit: d68cfde0b487f21d298fe6038d39e5b2ad69e9bb
parent a97248ea1937cd3503e34d3d9a90245fdfef4f94
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 May 2022 11:15:06 +0200
vertical-text: 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/pointer
+all: cursors.mk cursors/text cursors/pointer cursors/vertical-text
include cursors.mk
diff --git a/cursors/vertical-text b/cursors/vertical-text
Binary files differ.
diff --git a/vertical-text.cfg b/vertical-text.cfg
@@ -0,0 +1 @@
+16 8 8 vertical-text.png
+\ No newline at end of file
diff --git a/vertical-text.png b/vertical-text.png
Binary files differ.