A minimal starblast cursor theme with drop shadow variants, available in 32×32 and 64×64 sizes.
xcursorgen(part ofxorg-x11-appsorx11-apps)
./build.bashThis generates the cursor package under sbcursor_build/.
# User-level install
mkdir -p ~/.local/share/icons/ ~/.icons/
cp -r sbcursor_build ~/.local/share/icons/sbcursor
cp -r sbcursor_build ~/.icons/sbcursor
# System-wide install
sudo cp -r sbcursor_build /usr/share/icons/sbcursorThen set the theme via your desktop environment settings, cmd line for gnome X11 (recommended):
gsettings set org.gnome.desktop.interface cursor-theme "sbcursor"Or by adding the following to ~/.Xresources:
Xcursor.theme: sbcursor
Xcursor.size: 32
Reload with:
xrdb -merge ~/.Xresources| File | Description |
|---|---|
sbcursor32.png |
32×32 base cursor |
sbcursor64.png |
64×64 base cursor |
sbcursor32_shadow.png |
32×32 cursor with drop shadow |
sbcursor64_shadow.png |
64×64 cursor with drop shadow |
cursor.cfg |
xcursorgen config (uses shadow variants) |
build.bash |
Build script |