Skip to content

Commit

Permalink
Ncspot update
Browse files Browse the repository at this point in the history
Better notification
  • Loading branch information
joaopauloalbq committed Apr 18, 2024
1 parent 6e82e92 commit 5f6665f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ library_tabs = ["tracks", "playlists", "browse", "artists", "albums", "podcasts"
"-" = "voldown 5"

# Track manipulation
" " = "playpause"
"c" = "playpause"
"z" = "previous"
"x" = "next"
Expand All @@ -56,6 +55,8 @@ library_tabs = ["tracks", "playlists", "browse", "artists", "albums", "podcasts"
"e" = "queue"
"Ctrl+s" = "save queue"
# Move selected song up/down in the queue
"Shift+z" = "shift up 1"
"Shift+x" = "shift down 1"
"," = "shift up 1"
"." = "shift down 1"
"<" = "shift up 5"
Expand All @@ -79,7 +80,7 @@ library_tabs = ["tracks", "playlists", "browse", "artists", "albums", "podcasts"

[notification_format]
title = "%title"
body = "%album - %artists"
body = "%artists - %album"

[theme]
# Spotify
Expand Down

0 comments on commit 5f6665f

Please sign in to comment.