cursors
v1.0.1
このプロジェクトは、Volantesカーソルの変更です。
最新のGitHubリリースから、お好みのフレーバーとアクセントをダウンロードしてください。
ダウンロードしたzipを次の場所のいずれかに抽出します。
$HOME/.icons
/usr/share/icons
設定のテーマを選択してください。
cd $HOME /.icons # or `/usr/share/icons`
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.1/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
個々のフレーバーパッケージは、お好みのAURヘルパーでダウンロードできます。
yay -S catppuccin-cursors-latte
yay -S catppuccin-cursors-frappe
yay -S catppuccin-cursors-macchiato
yay -S catppuccin-cursors-mocha
ソースからカーソルを構築する-git
パッケージも利用できます。このパッケージには、フレーバーとアクセントのすべてのバリエーションが含まれています。
yay -S catppuccin-cursors-git
nixpkgsにはcatppuccin-cursorsがあります。 CamelCaseで好みのフレーバー +アクセントを提供して、それを使用します。例えば
pkgs . catppuccin-cursors . mochaMauve
このリポジトリをクローンして、ダウンロードしたディレクトリに移動します。
git clone https://github.com/catppuccin/cursors.git
cd cursors
インストールしたばかりの場合は、次のコマンドを実行します。そうでない場合は、JustFileの内側を調べて、実行中のコマンドを理解してください。
just all # Build all flavor-accent variants.
just all_with_hyprcursor # Build all flavor-accent variants with hyprcursor support
just build mocha # To build all variants under one single flavor.
just build_with_hyprcursor mocha # To build all variants under one single flavor with hyprcursor support
just build mocha blue # To build only the blue variant under mocha.
just build mocha ' blue mauve peach ' # To build only the blue, mauve, and peach variants under mocha.
./dist
から$HOME/.icons
または/usr/share/icons
に構築されたカーソルを抽出します。
Copyright©2021-PresentCatppuccin org