Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ To enable rounded borders:
```sh
git clone https://github.com/catppuccin/fcitx5.git
mkdir -p ~/.local/share/fcitx5/themes/
./fcitx5/enable-rounded.sh
cp -r ./fcitx5/src/* ~/.local/share/fcitx5/themes
cd fcitx5
./enable-rounded.sh
cp -r ./src/* ~/.local/share/fcitx5/themes
```

To disable rounded borders use `disable-rounded.sh`.
Expand Down
1 change: 0 additions & 1 deletion disable-rounded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ enable_highlight="# Image=highlight.svg"
target_panel="Image=panel.svg"
enable_panel="# Image=panel.svg"

cd "$(dirname "$0")"
cd src/
for dir in */; do
cd "$dir"
Expand Down
1 change: 0 additions & 1 deletion enable-rounded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ enable_highlight="Image=highlight.svg"
target_panel="# Image=panel.svg"
enable_panel="Image=panel.svg"

cd "$(dirname "$0")"
cd src/
for dir in */; do
cd "$dir"
Expand Down