fcitx5 gruvbox 主题
- git 克隆
git clone https://github.com/zpyg/fcitx5-gruvbox-dark-theme ~/.local/share/fcitx5/themes/gruvbox-dark --depth=1
- 设置主题色(可选,默认为 aqua)
cd ~/.local/share/fcitx5/themes/gruvbox-dark
ln -sf ./theme-'颜色'.conf theme.conf
- 设置主题
FILE: ~/.config/fcitx5/conf/classicui.conf
Theme=gruvbox-dark
- 重启 fcitx
你可以在 theme.py:THEMES
中定义新的主题, 使用 gentheme
生成。
- picom 背景透明
添加配置文件
FILE: ~/.config/picom/picom.conf
fcitx5 = { shadow = false; };