diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-10 13:32:52 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-10 13:32:52 -0500 |
| commit | 5c2b81edcd6cbdaf378a37885214ed1961322d9e (patch) | |
| tree | 9951876a42ebd61e6f722e3f7ad97fd5434b6206 /etc/cursor | |
| parent | c13fe5d37bfffeaa31e04cf011ec18bc80918bd1 (diff) | |
Added cursors
Diffstat (limited to 'etc/cursor')
| -rwxr-xr-x | etc/cursor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/cursor b/etc/cursor new file mode 100755 index 0000000..4036f6e --- /dev/null +++ b/etc/cursor @@ -0,0 +1,5 @@ +echo "[icon theme]" >> ~/.icons/default/index.theme +echo "Inherits=volantes_cursors" >> ~/.icons/default/index.theme + +echo "[Settings]" >> ~/.config/gtk-3.0/settings.ini +echo "gtk-cursor-theme-name=volantes_cursors" >> ~/.config/gtk-3.0/settings.ini |