mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-28 00:56:00 +03:00
[PR #142] [CLOSED] Added config module 'visuals' and added window margin configuration #630
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#630
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Rigellute/spotify-tui/pull/142
Author: @jfaltis
Created: 11/6/2019
Status: ❌ Closed
Base:
master← Head:config-visuals-margin📝 Commits (2)
a1ba7cbadded config module 'visuals' and added window margin configuration3938aabRustfmt📊 Changes
3 files changed (+17 additions, -1 deletions)
View changed files
📝
README.md(+3 -0)📝
src/ui/mod.rs(+1 -1)📝
src/user_config.rs(+13 -0)📄 Description
This PR references https://github.com/Rigellute/spotify-tui/issues/138. I added the functionality to configure through window margin in the configuration file.
E.g. to remove the margin add to
~/spotify-tui/config.yamlIf the margin is unset its default value is 1 which I think looks better than the previous default of 2 if you want to keep the margin. @Rigellute what default margin do you prefer?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.