Linux光标主题配置

WM 下配置系统全局光标主题

下载

Catppuccin-Frappe-Light-Cursors 为例

从仓库下载 Catppuccin-Frappe-Light-Cursors.zip,解压至 ~/.local/share/icons

1
2
3
4
icons
├── Catppuccin-Frappe-Light-Cursors
│   ├── cursors
│   └── index.theme

配置

Qt

~/.icons/default/index.theme

1
2
[icon theme]
Inherits=Catppuccin-Frappe-Light-Cursors

环境变量

~/.zlogin

1
2
export XCURSOR_THEME=Catppuccin-Frappe-Light-Cursors
export XCURSOR_SIZE=32

GTK

1
2
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

1
exec-once = hyprctl setcursor Catppuccin-Frappe-Light-Cursors 32

Linux光标主题配置
https://xzsk2.github.io/2022/linux-cursor/
作者
Sakari
发布于
2022年12月24日
许可协议