From e1212c3e65485bfd68273ed0c7be2ac289b32c5a Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Wed, 19 Aug 2026 12:36:44 +0700 Subject: simplify theme-switcher to day.jpg/night.jpg, add backdrop, clean up configs - theme-switcher: remove wallpaper rotation/pools, use only day.jpg and night.jpg - add set-backdrop.sh for niri Overview blurred backdrop - niri config: add blur settings, awww-daemon backdrop, matugen focus-ring colors - apply-colors.sh: add backdrop generation, formatting cleanup - wallust: add vicinae theme templates and hooks - zshrc: clean up comments, add aliases - ghostty: remove config (moved elsewhere) - portage: add tmux, evince, imv, bibata-xcursors; replace librewolf/mullvad with waterfox --- vicinae/.config/vicinae/settings.json | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 vicinae/.config/vicinae/settings.json (limited to 'vicinae/.config') diff --git a/vicinae/.config/vicinae/settings.json b/vicinae/.config/vicinae/settings.json new file mode 100644 index 0000000..10ce861 --- /dev/null +++ b/vicinae/.config/vicinae/settings.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://vicinae.com/schemas/config.json", + "theme": { + "dark": { + "name": "vicinae-wallust-dark" + }, + "light": { + "name": "vicinae-wallust-light" + } + }, + "telemetry": { + "system_info": false + }, + "providers": { + "applications": { + "entrypoints": { + "assistant": { + "enabled": false + }, + "linguist": { + "enabled": false + }, + "qdbusviewer": { + "enabled": false + }, + "qphotorec": { + "enabled": false + } + } + }, + "clipboard": { + "preferences": { + "monitoring": true + } + } + } +} -- cgit v1.2.3