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具有catphucin-cursor。通过在骆驼中提供首选的风味 +口音来使用它。例如
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
。
版权所有©2021-Present catppucin org