Skip to content

Commit

Permalink
Script to colorize cursors.
Browse files Browse the repository at this point in the history
  • Loading branch information
manu-mannattil committed Jun 15, 2020
1 parent 2403d74 commit f8cc31b
Show file tree
Hide file tree
Showing 5 changed files with 16,997 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.png
*.in
Adwaita/cursors
Adwaita*
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ required by some Qt 5 applications like qpdfview. Some symlinks have
been adapted from Fedora Project's [patches][4] to the DMZ cursor
package, which also adds [CSS cursor values][5].

Finally, a script (`colorize.py`) that colorizes the black Adwaita
cursors have also been provided. This can be used to generate garishly
colorized cursors for use, e.g., with presentations. (A red version of
the cursors is provided with the latest release.) This can be used on
a per-application basis:

export XCURSOR_THEME=Adwaita-red XCURSOR_SIZE=96
xdg-open slides.pdf

## Installation

To install without generating the cursors yourself, download the tarball
Expand Down
Loading

0 comments on commit f8cc31b

Please sign in to comment.