quickshell: Super+C keybind cheat sheet; spotify-player visualizer

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-07-31 12:22:11 +01:00
parent a7a9ac6198
commit 4a38a2f0d9
3 changed files with 169 additions and 1 deletions

View file

@ -54,9 +54,10 @@ in
# spotify-player — native librespot TUI replacing the Electron Spotify app.
# stylix's spotify-player target writes the colour theme.
# MPRIS (quickshell's media card), notifications and streaming are all on by
# default on Linux, so no settings needed here.
# default on Linux, so only the off-by-default visualiser needs setting.
programs.spotify-player = lib.mkIf isDesktop {
enable = true;
settings.enable_audio_visualization = true;
};
# Upstream ships no .desktop file (TUI only), so the launcher can't find it.