Skip to content

Instantly share code, notes, and snippets.

View MDalfre's full-sized avatar

Márcio Henrique Dalfré MDalfre

View GitHub Profile
@egrath
egrath / set-cursor.sh
Last active May 8, 2025 21:35
Set the Cursor Theme and Size for GTK, GNOME and Xorg
#!/bin/bash
if [ $# -eq 0 ]; then
echo usage: $(basename $0) icon-name
exit 0
fi
THEME=${1}
SIZE=36