diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 11:29:51 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 11:29:51 +0200 |
commit | 4f517919fb6467c7bb448b4d1fc64dd53de65a3f (patch) | |
tree | 25f03a7ff6b83594b33eee32bb41be05bfc60413 /.local/share/mode/switch.d | |
parent | 2733c650216d4b38c027aaeaef6267841276ffed (diff) |
tweak anki card editor css
Diffstat (limited to '.local/share/mode/switch.d')
-rwxr-xr-x | .local/share/mode/switch.d/anki | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/share/mode/switch.d/anki b/.local/share/mode/switch.d/anki index 2cc1926..f1a20a4 100755 --- a/.local/share/mode/switch.d/anki +++ b/.local/share/mode/switch.d/anki @@ -8,11 +8,6 @@ ANKI_REDESIGN="$XDG_DATA_HOME/Anki2/addons21/308574457" # ensure folders exist mkdir -p "$ANKI_REDESIGN/user_files/themes" -# disable layout themeing -( cd "$ANKI_REDESIGN/user_files" - touch BottomBar.css CardLayout.css DeckBrowser.css Editor.css Overview.css \ - Reviewer.css ReviewerBottomBar.css TopToolbar.css global.css legacy.css ) - # ensure theme is set to mode CONFIG="$ANKI_REDESIGN/config.json" [ -e "$CONFIG" ] && jq '.theme = "mode"' "$CONFIG" | sponge "$CONFIG" |