about summary refs log tree commit diff stats
path: root/modules/by-name/i3/i3status-rust/module.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-31 16:46:13 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-31 16:46:13 +0100
commit5480296f031b24435c7492aff39b72ea07d67ab4 (patch)
tree74403b0e177ca77b7fe2acb8eadd852e38cd91f9 /modules/by-name/i3/i3status-rust/module.nix
parentpkgs/mpdpopm: Shuffle `positive`, `neutral` and `negative` pl before use (diff)
downloadnixos-config-5480296f031b24435c7492aff39b72ea07d67ab4.zip
modules/i3status-rust: Show the track rating in the music display prime
Diffstat (limited to '')
-rw-r--r--modules/by-name/i3/i3status-rust/module.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/i3/i3status-rust/module.nix b/modules/by-name/i3/i3status-rust/module.nix
index 48bcd5de..10cb4475 100644
--- a/modules/by-name/i3/i3status-rust/module.nix
+++ b/modules/by-name/i3/i3status-rust/module.nix
@@ -63,7 +63,7 @@ in {
               block = "custom";
               interval = "once";
               persistent = true;
-              command = mkScript "mpd_song_name.sh" [pkgs.mpc pkgs.coreutils];
+              command = mkScript "mpd_song_name.sh" [pkgs.mpc pkgs.mpdpopm pkgs.coreutils];
               hide_when_empty = true;
               shell = "${lib.getExe pkgs.dash}";
               format = " $text.str(max_width:60,rot_interval:0.5) ";