From 7acff944b1b5eebbe06065182803dcf1ca9f11c6 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 14 Feb 2026 12:39:42 -0600 Subject: feat(archsetup): add rbw Bitwarden CLI, update calibre config Add rbw (Rust Bitwarden CLI) to security section. Update calibre config state. --- archsetup | 1 + dotfiles/common/.config/calibre/dynamic.pickle.json | 8 -------- dotfiles/common/.config/calibre/gui.json | 2 +- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/archsetup b/archsetup index 4dbc17e..5015278 100755 --- a/archsetup +++ b/archsetup @@ -1562,6 +1562,7 @@ desktop_environment() { pacman_install gnome-keyring pacman_install seahorse pacman_install pass + pacman_install rbw # Bitwarden CLI client (Rust) # ensure correct permissions on .gpg directory # the colon means the user's group will have perms diff --git a/dotfiles/common/.config/calibre/dynamic.pickle.json b/dotfiles/common/.config/calibre/dynamic.pickle.json index 32414be..22a0f55 100644 --- a/dotfiles/common/.config/calibre/dynamic.pickle.json +++ b/dotfiles/common/.config/calibre/dynamic.pickle.json @@ -1,14 +1,6 @@ { "auto add path choose": "/home/cjennings/downloads/ebooks", "sort_history": [ - [ - "title", - true - ], - [ - "title", - false - ], [ "title", true diff --git a/dotfiles/common/.config/calibre/gui.json b/dotfiles/common/.config/calibre/gui.json index cb6ada7..b118d78 100644 --- a/dotfiles/common/.config/calibre/gui.json +++ b/dotfiles/common/.config/calibre/gui.json @@ -599,7 +599,7 @@ "grid view visible": false, "library_usage_stats": { "/home/cjennings/archive/books": 10, - "/home/cjennings/sync/books": 16 + "/home/cjennings/sync/books": 18 }, "light_palette_name": "", "light_palettes": { -- cgit v1.2.3