summaryrefslogtreecommitdiff
path: root/vicinae/.config
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-19 12:36:44 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-19 12:36:44 +0700
commite1212c3e65485bfd68273ed0c7be2ac289b32c5a (patch)
tree5c5018a02ec68741cbbca54b9d87844a69ebc41e /vicinae/.config
parent71ae5f34e91fce3d3f42cd843ccc4bca2bc5c85d (diff)
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
Diffstat (limited to 'vicinae/.config')
-rw-r--r--vicinae/.config/vicinae/settings.json37
1 files changed, 37 insertions, 0 deletions
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
+ }
+ }
+ }
+}