mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
fix: fcitx5's theme - catppuccin-mocha
This commit is contained in:
@@ -1 +1,26 @@
|
|||||||
Theme=catppuccin-mocha # or macchiato, frappe, latte
|
# Vertical Candidate List
|
||||||
|
Vertical Candidate List=False
|
||||||
|
# Use Per Screen DPI
|
||||||
|
PerScreenDPI=True
|
||||||
|
# Use mouse wheel to go to prev or next page
|
||||||
|
WheelForPaging=True
|
||||||
|
# Font
|
||||||
|
Font="Sans 10"
|
||||||
|
# Menu Font
|
||||||
|
MenuFont="Sans 10"
|
||||||
|
# Tray Font
|
||||||
|
TrayFont="Sans Bold 10"
|
||||||
|
# Tray Label Outline Color
|
||||||
|
TrayOutlineColor=#000000
|
||||||
|
# Tray Label Text Color
|
||||||
|
TrayTextColor=#ffffff
|
||||||
|
# Prefer Text Icon
|
||||||
|
PreferTextIcon=False
|
||||||
|
# Show Layout Name In Icon
|
||||||
|
ShowLayoutNameInIcon=True
|
||||||
|
# Use input method language to display text
|
||||||
|
UseInputMethodLangaugeToDisplayText=True
|
||||||
|
# Theme macchiato, frappe, latte, mocha
|
||||||
|
Theme=catppuccin-mocha
|
||||||
|
# Force font DPI on Wayland
|
||||||
|
ForceWaylandDPI=0
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# color schema
|
# color schema
|
||||||
home.file.".local/share/fcitx5/themes".source = "${catppuccin-fcitx5}/src";
|
home.file.".local/share/fcitx5/themes".source = "${catppuccin-fcitx5}/src";
|
||||||
# home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
|
home.file.".config/fcitx5/conf/classicui.conf".source = ./classicui.conf;
|
||||||
|
|
||||||
# every time fcitx5 switch input method, it will modify ~/.config/fcitx5/profile file,
|
# every time fcitx5 switch input method, it will modify ~/.config/fcitx5/profile file,
|
||||||
# which will override my config managed by home-manager
|
# which will override my config managed by home-manager
|
||||||
|
|||||||
Reference in New Issue
Block a user