We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a03738 commit c4e1acbCopy full SHA for c4e1acb
README.md
@@ -55,8 +55,9 @@ To enable rounded borders:
55
```sh
56
git clone https://github.com/catppuccin/fcitx5.git
57
mkdir -p ~/.local/share/fcitx5/themes/
58
-./fcitx5/enable-rounded.sh
59
-cp -r ./fcitx5/src/* ~/.local/share/fcitx5/themes
+cd fcitx5
+./enable-rounded.sh
60
+cp -r ./src/* ~/.local/share/fcitx5/themes
61
```
62
63
To disable rounded borders use `disable-rounded.sh`.
0 commit comments