logo

ultrasharp-cursor-theme

Precision and speed oriented cursor theme
commit: 46b996b994891b7ba6a701096d350ba1f143e293
parent 321579817a357f1b834cce24a6c3866dfcd51fae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 17 Apr 2024 19:14:26 +0200

wait: new

Diffstat:

M.gitignore4++++
Mconfigure8+++++++-
Acursors/wait0
Acursors/watch2++
Await.cfg4++++
Await.png0
6 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -9,3 +9,7 @@ /ne-resize.png /se-resize.png /sw-resize.png + +/wait2.png +/wait3.png +/wait4.png diff --git a/configure b/configure @@ -154,10 +154,16 @@ build ne-resize.png: 90rot nw-resize.png build se-resize.png: 90rot ne-resize.png build sw-resize.png: 90rot se-resize.png +build wait2.png: 90rot wait.png +build wait3.png: 90rot wait2.png +build wait4.png: 90rot wait3.png + +build cursors/wait: cursorgen wait.cfg | wait.png wait2.png wait3.png wait4.png + EOF printf 'build all: phony' -printf ' cursors/%s' ${CURSORS} +printf ' cursors/%s' ${CURSORS} wait printf '\n\n' printf 'default all\n' diff --git a/cursors/wait b/cursors/wait Binary files differ. diff --git a/cursors/watch b/cursors/watch @@ -0,0 +1 @@ +wait +\ No newline at end of file diff --git a/wait.cfg b/wait.cfg @@ -0,0 +1,4 @@ +16 8 8 wait.png 500 +16 8 8 wait2.png 500 +16 8 8 wait3.png 500 +16 8 8 wait4.png 500 diff --git a/wait.png b/wait.png Binary files differ.