diff --git a/home/.config/vicinae/settings.json b/home/.config/vicinae/settings.json new file mode 100644 index 0000000..7aa1ae0 --- /dev/null +++ b/home/.config/vicinae/settings.json @@ -0,0 +1,21 @@ +// This configuration is merged with the default vicinae configuration file, which you can obtain by running the `vicinae config default` command. +// Every item defined in this file takes precedence over the values defined in the default config or any other imported file. +// +// You can make manual edits to this file, however you should keep in mind that this file may be written to by vicinae when a configuration change is made through the GUI. +// When that happens, any custom comments or formatting will be lost. +// +// If you want to maintain a configuration file with your own comments and formatting, you should create a separate file and add it to the 'imports' array. +// +// Learn more about configuration at https://docs.vicinae.com/config + +{ + "$schema": "https://vicinae.com/schemas/config.json", + "theme": { + "dark": { + "name": "matugen" + } + }, + "launcher_window": { + "opacity": 1 + } +} \ No newline at end of file diff --git a/home/.config/vicinae/vicinae.json b/home/.config/vicinae/vicinae.json deleted file mode 100644 index 0d92315..0000000 --- a/home/.config/vicinae/vicinae.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "closeOnFocusLoss": false, - "considerPreedit": false, - "faviconService": "twenty", - "font": { - "size": 12 - }, - "keybinding": "default", - "keybinds": { - }, - "popToRootOnClose": true, - "rootSearch": { - "searchFiles": true - }, - "theme": { - "name": "matugen" - }, - "window": { - "csd": true, - "opacity": 1, - "rounding": 10 - } -} diff --git a/homeModules/vicinae.nix b/homeModules/vicinae.nix index ecb446a..aa7046e 100644 --- a/homeModules/vicinae.nix +++ b/homeModules/vicinae.nix @@ -10,8 +10,8 @@ systemd.autoStart = true; }; - xdg.configFile."vicinae/vicinae.json".source = - lib.mkForce "${config.dotfiles.path}/.config/vicinae/vicinae.json"; + xdg.configFile."vicinae/settings.json".source = + lib.mkForce "${config.dotfiles.path}/.config/vicinae/settings.json"; xdg.configFile."matugen/config.toml".source = "${config.dotfiles.path}/.config/matugen/config.toml"; xdg.configFile."matugen/templates/vicinae.toml".source =