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