Update ncspot config

master
Hektor Misplon 2022-05-16 20:58:52 +02:00
parent c5623458e8
commit 6ec53feabc
1 changed files with 64 additions and 17 deletions

View File

@ -1,19 +1,66 @@
notify = true
default_keybindings = false
flip_status_indicators = true
[keybindings]
"Enter" = "play"
" " = "playpause"
"S" = "stop"
"<" = "seek -10000"
">" = "seek +10000"
"H" = "previous"
"L" = "next"
"r" = "repeat"
"z" = "shuffle"
"d" = "delete"
"s" = "save"
"O" = "open current"
"o" = "open selected"
"Backspace" = "back"
"A" = "goto artist"
"a" = "goto album"
"q" = "queue"
"J" = "shift down 1"
"K" = "shift up 1"
"c" = "clear"
"=" = "volup 1"
"-" = "voldown 1"
"/" = "focus search"
"Q" = "focus queue"
"L" = "focus library"
"1" = "focus queue"
"2" = "focus library"
"h" = "move left 1"
"j" = "move down 1"
"k" = "move up 1"
"l" = "move right 1"
"g" = "move top"
"G" = "move bottom"
"t" = "sort added d"
"T" = "sort title a"
"y" = "share current"
"Y" = "share selected"
"U" = "update"
[theme]
primary="#aaa"
title="#ccc"
playing="#fff"
playing_selected="#fff"
highlight="#ccc"
highlight_bg="#333"
error="#fff"
error_bg="#333"
statusbar="#ccc"
statusbar_progress="#ccc"
cmdline="#ccc"
# background="black"
# cmdline_bg="black"
# playing_bg="black"
# statusbar_bg="black"
# secondary="#555"
primary="#aaaaaa"
secondary="#555555"
background="1a1a1a"
title="#cccccc"
title_secondary="#aaaaaa"
playing="#ffffff"
playing_bg="1a1a1a"
playing_selected="#ffffff"
highlight="#cccccc"
highlight_bg="#333333"
error="#ffffff"
error_bg="#333333"
statusbar="#cccccc"
statusbar_bg="#1a1a1a"
statusbar_progress="#cccccc"
statusbar_progress_bg="#1a1a1a"
cmdline="#cccccc"
cmdline_bg="#1a1a1a"
search_match="#ffffff"
backend="pipe"
notify="false"