diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-31 16:46:13 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-01-31 16:46:13 +0100 |
| commit | 5480296f031b24435c7492aff39b72ea07d67ab4 (patch) | |
| tree | 74403b0e177ca77b7fe2acb8eadd852e38cd91f9 /modules/by-name/i3/i3status-rust/module.nix | |
| parent | pkgs/mpdpopm: Shuffle `positive`, `neutral` and `negative` pl before use (diff) | |
| download | nixos-config-5480296f031b24435c7492aff39b72ea07d67ab4.zip | |
modules/i3status-rust: Show the track rating in the music display prime
Diffstat (limited to 'modules/by-name/i3/i3status-rust/module.nix')
| -rw-r--r-- | modules/by-name/i3/i3status-rust/module.nix | 2 |
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) "; |
