From 6ec53feabcd513ede386b7646269f18875b26c1c Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 16 May 2022 20:58:52 +0200 Subject: [PATCH] Update ncspot config --- .config/ncspot/config.toml | 81 ++++++++++++++++++++++++++++++-------- 1 file changed, 64 insertions(+), 17 deletions(-) diff --git a/.config/ncspot/config.toml b/.config/ncspot/config.toml index a0c151b..b66d511 100644 --- a/.config/ncspot/config.toml +++ b/.config/ncspot/config.toml @@ -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"