fix i3status bar

This commit is contained in:
LordMZTE 2023-05-28 14:59:10 +02:00
parent 8bdab399c2
commit 8e699bd788
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -112,7 +112,7 @@ async fn try_main() -> anyhow::Result<()> {
spawn!(music {
interface_name_exclude: vec![".*kdeconnect.*".to_string(), "mpd".to_string()],
format: " $icon {$combo.str(max_w:20, rot_interval:0.1)|} $prev| $play| $next|".parse()?,
format: " $icon {$combo.str(max_w:20, rot_interval:0.1) $prev $play $next|}".parse()?,
..Default::default()
});