Full Configuration #8

Open
opened 2023-03-23 03:11:59 +00:00 by erin · 0 comments

Use the configuration file for all configurable options in the app.
Example planned keys:

[conn]
host = '127.0.0.1'
port = 6600

[style]
base = white
select = yellow
selector = '>'

[keys]
quit = 'q'
input = 'i'
toggle_playing = 'p'
stop = 's'
select = 'l'
unselect = 'h'
down = 'j'
up = 'k'

[scrobble]
site = 'https://libre.fm'
account = 'username'
password = '123'

[art]
display = true
backend = 'chafa'
Use the configuration file for all configurable options in the app. Example planned keys: ```toml [conn] host = '127.0.0.1' port = 6600 [style] base = white select = yellow selector = '>' [keys] quit = 'q' input = 'i' toggle_playing = 'p' stop = 's' select = 'l' unselect = 'h' down = 'j' up = 'k' [scrobble] site = 'https://libre.fm' account = 'username' password = '123' [art] display = true backend = 'chafa' ```
erin added this to the v0.3.0 milestone 2023-03-23 03:11:59 +00:00
erin added the
bug
label 2023-03-23 03:11:59 +00:00
erin added this to the Features project 2023-03-23 03:11:59 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: erin/xenmotif#8
There is no content yet.