Satori: a.

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-03-28 04:57:27 +05:30
parent 04da549117
commit f89fefa53d
17 changed files with 221 additions and 152 deletions

View File

@@ -38,6 +38,8 @@
enable = true;
mpdMusicDir = ~/Music;
settings = {
albumart = "yes";
locked_screen_width_part = 25;
autocenter_mode = "yes";
follow_now_playing_lyrics = "yes";
lyrics_directory = "~/.lyrics";
@@ -46,16 +48,16 @@
browser_sort_mode = "mtime";
colors_enabled = "yes";
main_window_color = "white";
header_window_color = "143";
volume_color = "222";
progressbar_color = "143";
header_window_color = "green";
volume_color = "yellow";
progressbar_color = "green";
# progressbar_elapsed_color = "";
# statusbar_color = "43";
active_window_border = "blue";
user_interface = "alternative";
#song_list_format="(4)[230]{l}";
song_columns_list_format = "(4)[167]{l} (20)[109]{t} (12)[143]{a} (16)[139]{b}";
song_list_format = "$(222){%a} - $(109){%t}";
song_columns_list_format = "(4)[red]{l} (20)[cyan]{t} (25)[green]{a} (25)[magenta]{b}";
song_list_format = "$(yellow){%a} - $(blue){%t}";
#song_list_format = "{$7%a - $9}{$5%t$9}|{$5%f$9}$R{$6%b $9}{$3%l$9}";
song_status_format = " $6%a $7 $3%t $7 $4%b ";
visualizer_data_source = "/tmp/g.fifo";