Add artist to polybar
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
cf73a0d046
commit
12f80f1e07
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ album_view_sizes=704 56
|
|||
albumsearchdialog_header_state=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\r\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\t\xfd\0\0\0\xe\0\x1\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x84\0\0\0\0\0\0\0\xe\0\0\x2^\0\0\0\x1\0\0\0\0\0\0\0\x8c\0\0\0\x1\0\0\0\0\0\0\0\x84\0\0\0\x1\0\0\0\0\0\0\0\x63\0\0\0\x1\0\0\0\0\0\0\0`\0\0\0\x1\0\0\0\0\0\0\0q\0\0\0\x1\0\0\0\0\0\0\0\xce\0\0\0\x1\0\0\0\0\0\0\x1\xa3\0\0\0\x1\0\0\0\0\0\0\0\x86\0\0\0\x1\0\0\0\0\0\0\0\x80\0\0\0\x1\0\0\0\0\0\0\0\xa2\0\0\0\x1\0\0\0\0\0\0\0\x82\0\0\0\x1\0\0\0\0\0\0\0\x65\0\0\0\x1\0\0\0\0\0\0\0[\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64)
|
||||
bottom_splitter_state=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\x1n\0\0\0\xcc\x1\0\0\0\x1\x1\0\0\0\x2\0)
|
||||
current_browser_path=/home/severin
|
||||
current_directory=/home/severin/downloads/music/The Book Of Souls
|
||||
current_directory=/home/severin/downloads/music/The Sound of Kirby Caf\xe9 2 [MP3]
|
||||
file_view_sizes=398 56
|
||||
geometry_AlbumSearchDialog=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x2\xdb\0\0\x1\x1e\0\0\x5\xaa\0\0\x2\x85\0\0\x2\xdb\0\0\x1\x1e\0\0\x5\xaa\0\0\x2\x85\0\0\0\0\0\0\0\0\a\x80\0\0\x2\xdb\0\0\x1\x1e\0\0\x5\xaa\0\0\x2\x85)
|
||||
geometry_MainWindow="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\x5\x18\0\0\0;\0\0\fg\0\0\x3\xfc\0\0\x5\x18\0\0\0;\0\0\fg\0\0\x3\xfc\0\0\0\0\0\0\0\0\a\x80\0\0\x5\x18\0\0\0;\0\0\fg\0\0\x3\xfc)"
|
||||
|
@ -15,8 +15,8 @@ last_selected_script_pos=0
|
|||
mediaplayer_playback_rate=1
|
||||
mediaplayer_volume=50
|
||||
metadatabox_header_state=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x6\x8f\0\0\0\x3\0\0\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x84\0\0\0\0\0\0\0\x3\0\0\0\xd4\0\0\0\x1\0\0\0\0\0\0\x1\xa0\0\0\0\x1\0\0\0\0\0\0\x4\x1b\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\0\0\0\x64)
|
||||
oauth_access_token=hnL7gsjfocypEY1Mt-lRVw
|
||||
oauth_access_token_expires=1580476400
|
||||
oauth_access_token=PG6TEPHAdpKTlNXcAYibfQ
|
||||
oauth_access_token_expires=1581008986
|
||||
oauth_refresh_token=vXgaNoyUjjhDSgEMy6YurA
|
||||
oauth_refresh_token_scopes=profile tag rating collection submit_isrc submit_barcode
|
||||
oauth_username=hyrulesmasher
|
||||
|
|
|
@ -297,7 +297,7 @@ password =
|
|||
|
||||
format-online = <label-song> - <label-time>
|
||||
format-stopped = Not playing
|
||||
label-song = %artist% - %title%
|
||||
label-song = %artist% - %album% - %title%
|
||||
label-offline = mpd is offline
|
||||
|
||||
interval = 0.5
|
Loading…
Add table
Add a link
Reference in a new issue