Update ncspot config
parent
c5623458e8
commit
6ec53feabc
|
@ -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]
|
[theme]
|
||||||
primary="#aaa"
|
primary="#aaaaaa"
|
||||||
title="#ccc"
|
secondary="#555555"
|
||||||
playing="#fff"
|
background="1a1a1a"
|
||||||
playing_selected="#fff"
|
title="#cccccc"
|
||||||
highlight="#ccc"
|
title_secondary="#aaaaaa"
|
||||||
highlight_bg="#333"
|
playing="#ffffff"
|
||||||
error="#fff"
|
playing_bg="1a1a1a"
|
||||||
error_bg="#333"
|
playing_selected="#ffffff"
|
||||||
statusbar="#ccc"
|
highlight="#cccccc"
|
||||||
statusbar_progress="#ccc"
|
highlight_bg="#333333"
|
||||||
cmdline="#ccc"
|
error="#ffffff"
|
||||||
# background="black"
|
error_bg="#333333"
|
||||||
# cmdline_bg="black"
|
statusbar="#cccccc"
|
||||||
# playing_bg="black"
|
statusbar_bg="#1a1a1a"
|
||||||
# statusbar_bg="black"
|
statusbar_progress="#cccccc"
|
||||||
# secondary="#555"
|
statusbar_progress_bg="#1a1a1a"
|
||||||
|
cmdline="#cccccc"
|
||||||
|
cmdline_bg="#1a1a1a"
|
||||||
|
search_match="#ffffff"
|
||||||
|
|
||||||
|
backend="pipe"
|
||||||
|
notify="false"
|
||||||
|
|
Loading…
Reference in New Issue