Changes colors for waybar
This commit is contained in:
parent
d7109d4836
commit
9952a7ffd3
2 changed files with 30 additions and 16 deletions
|
|
@ -1,23 +1,27 @@
|
|||
[Application]
|
||||
WindowWidth = 3420
|
||||
WindowWidth = 1702
|
||||
WindowHeight = 1382
|
||||
LastCheckedVersion = 'v0.14.0'
|
||||
LastLaunchedVersion = 'v0.13.2'
|
||||
LastLaunchedVersion = 'v0.14.0'
|
||||
EnableSystemTray = true
|
||||
CloseToSystemTray = false
|
||||
StartupPage = 'Albums'
|
||||
SettingsTab = 'Experimental'
|
||||
SettingsTab = ''
|
||||
AllowMultiInstance = false
|
||||
MaxImageCacheSizeMB = 50
|
||||
SavePlayQueue = true
|
||||
SaveQueueToServer = false
|
||||
DefaultPlaylistID = ''
|
||||
DefaultPlaylistID = '990aff5f-ab5c-499f-bfa9-c86a698177c4'
|
||||
AddToPlaylistSkipDuplicates = false
|
||||
ShowTrackChangeNotification = false
|
||||
EnableLrcLib = true
|
||||
CustomLrcLibUrl = ''
|
||||
EnablePasswordStorage = true
|
||||
SkipSSLVerify = false
|
||||
EnqueueBatchSize = 100
|
||||
Language = 'auto'
|
||||
DisableDPIDetection = false
|
||||
EnableAutoUpdateChecker = true
|
||||
FontNormalTTF = ''
|
||||
FontBoldTTF = ''
|
||||
UIScaleSize = 'Normal'
|
||||
|
|
@ -38,6 +42,7 @@ TracklistColumns = ['Artist', 'Time', 'Plays', 'Favorite', 'Rating']
|
|||
[AlbumsPage]
|
||||
SortOrder = 'Recently Added'
|
||||
ShowYears = false
|
||||
ShuffleMode = 'Tracks'
|
||||
|
||||
[ArtistPage]
|
||||
InitialView = 'Discography'
|
||||
|
|
@ -62,7 +67,11 @@ InitialView = 'List'
|
|||
TracklistColumns = ['Album', 'Time', 'Plays']
|
||||
|
||||
[NowPlayingConfig]
|
||||
InitialView = 'Play Queue'
|
||||
InitialView = 'Lyrics'
|
||||
|
||||
[Playback]
|
||||
Autoplay = false
|
||||
RepeatMode = 'None'
|
||||
|
||||
[LocalPlayback]
|
||||
AudioDeviceName = 'auto'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue