WM 下配置系统全局光标主题
安装#
以 Catppuccin-Cursors
为例
参考 Installation
paru -S catppuccin-cursors-frappe
配置#
nwg-look#
使用 nwg-look 配置
在鼠标光标
处选择目标主题,应用
环境变量#
export XCURSOR_THEME=catppuccin-frappe-light-cursors
export XCURSOR_SIZE=32
GTK#
若已使用 nwg-look 配置,则无需修改
gsettings set org.gnome.desktop.interface cursor-theme catppuccin-frappe-light-cursors
gsettings set org.gnome.desktop.interface cursor-size 32
过时的内容
下载#
以 Catppuccin-Frappe-Light-Cursors
为例
从仓库下载 Catppuccin-Frappe-Light-Cursors.zip
,解压至 ~/.local/share/icons
icons
├── Catppuccin-Frappe-Light-Cursors
│ ├── cursors
│ └── index.theme
配置#
Qt#
~/.icons/default/index.theme
[icon theme]
Inherits=Catppuccin-Frappe-Light-Cursors
环境变量#
~/.zlogin
export XCURSOR_THEME=Catppuccin-Frappe-Light-Cursors
export XCURSOR_SIZE=32
GTK#
gsettings set org.gnome.desktop.interface cursor-theme Catppuccin-Frappe-Light-Cursors
gsettings set org.gnome.desktop.interface cursor-size 32
Hyprland#
~/.config/hypr/hyprland.conf
exec-once = hyprctl setcursor Catppuccin-Frappe-Light-Cursors 32