mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
deploy: 99a037de18
This commit is contained in:
@@ -82051,7 +82051,8 @@ list of package</p>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Settings written as JSON to `~/.config/vicinae/settings.json.</p>
|
||||
<p>Settings written as JSON to <code class="filename">~/.config/vicinae/settings.json</code>.
|
||||
See <span class="command"><strong>vicinae config default</strong></span>.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
JSON value</p>
|
||||
@@ -82060,21 +82061,13 @@ JSON value</p>
|
||||
<code class="literal">{ }</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
|
||||
faviconService = "twenty";
|
||||
font = {
|
||||
size = 10;
|
||||
};
|
||||
popToRootOnClose = false;
|
||||
rootSearch = {
|
||||
searchFiles = false;
|
||||
};
|
||||
favicon_service = "twenty";
|
||||
font.normal.size = 10;
|
||||
pop_to_root_on_close=false;
|
||||
search_files_in_root= false;
|
||||
theme = {
|
||||
name = "vicinae-dark";
|
||||
};
|
||||
window = {
|
||||
csd = true;
|
||||
opacity = 0.95;
|
||||
rounding = 10;
|
||||
dark.name = "vicinae-dark";
|
||||
light.name = "vicinae-light";
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user