Home

a general description about this project

xCursors is a bash script that allows system administrators and normal users to manage mouse themes under xorg-x11.
Main features are: installing, setting, removal and listing of mouse themes.

The script can manage system themes (shared and default) and user themes. If called by a normal user it will work into his own home directory, else it will work into the shared thems directory (default is /usr/share/cursors/xorg-x11 but you can specify your own into the configuration file.

Installing a new theme means copying a new one from your current directory to the user/system themes directory. The theme directory must have this structure:

	<theme directory>
		[Readme and other theme files]
		<cursors>
			[theme icons]

Users are able to choose between shared and personal themes, but they cannot delete shared themes or choose a system default one.

Principale

una descrizione generale circa questo progetto

xCursors è uno script bash che permette agli amministratori di sistema ed ai normali utenti di gestire i temi del mouse sotto xorg-x11.
Le caratteristiche principali sono: installazione, impostazione, cancellazione ed elenco dei temi per il mouse.

Lo script può gestire i temi di sistema (condivisi e di default) e quelli dell'utente. Se richiamato da un utente normale lavorerà nella sua home, altrimenti lavorerà nella cartella con i temi condivisi di sistema (il valore predefinito è /usr/share/cursors/xorg-x11 ma puoi specificare il tuo proprio percorso nel file di configurazione.

Installare un nuovo tema significa copiare un tema dalla tua directory corrente a quella di sistema o dell'utente. La directory del tema deve avere questa struttura:

	<tema>
		[Leggimi e/o ed altri eventuali files]
		<cursors>
			[icone del tema]

Gli utenti possono scegliere fra i temi condivisi ed i temi personali, ma non possono eliminare i temi condivisi oppure scegliere il tema di sistema predefinito.