Skip to content

Where are the docs & where are the config files? #284

Answered by woelper
txtyash asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

Where are the config files?

Linux $XDG_DATA_HOME or $HOME/.local/share /home/alice/.local/share
macOS $HOME/Library/Application Support /Users/Alice/Library/Application Support
Windows {FOLDERID_LocalAppData} C:\Users\Alice\AppData\Local

plus the filename .oculante.

from:
https://docs.rs/dirs/5.0.1/dirs/fn.data_local_dir.html

Is it even configurable?

Yes, through the UI, in settings. The format is JSON, so you can also edit the file directly.

No docs?

You can have a look here:

oculante/src/settings.rs

Lines 19 to 57 in 9e6eb81

pub struct PersistentSettings {
/// The UI accent color
pub accent_color: [u8; 3],
/// The BG color
pub background_color: [u8

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
2 replies
@Gigas002
Comment options

@woelper
Comment options

Answer selected by woelper
Comment options

You must be logged in to vote
7 replies
@woelper
Comment options

@Hrxn
Comment options

@Hrxn
Comment options

@woelper
Comment options

@Hrxn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants