diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-03-26 20:50:48 +0100 |
| commit | d842d7f125cf055d24cdb2e4b0d94c3885c93d72 (patch) | |
| tree | 3fc7e2c7f1642a56546816c348cc4ef9c400a56f /.local/share/mode/switch.d/fcitx5 | |
| parent | 7d782c4af6a369ec5a802eeededf18e5f355088b (diff) | |
Diffstat (limited to '.local/share/mode/switch.d/fcitx5')
| -rwxr-xr-x | .local/share/mode/switch.d/fcitx5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/mode/switch.d/fcitx5 b/.local/share/mode/switch.d/fcitx5 index d9d0032..2cc6ccb 100755 --- a/.local/share/mode/switch.d/fcitx5 +++ b/.local/share/mode/switch.d/fcitx5 @@ -1,7 +1,7 @@ #!/bin/sh [ $no_cfg -eq 1 ] && return -mkcd "$XDG_DATA_HOME/fcitx5/themes/default" +mkcd "$XDG_DATA_HOME/fcitx5/themes/mode" rounding=6 size=$(( 2 * $rounding + 4 )) margin_h=6 |