Skip to content

Commit

Permalink
Fixed polybar formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Apr 29, 2022
1 parent 9efa6c3 commit 31b45ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2022-04-29
### Changed
- Fixed polybar formatting.

## [0.2.0] - 2022-04-27
### Added
- Added `added` and `removed` classes for when adding and removing songs from liked songs.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/AndreasBackx/spotifatius"
keywords = ["spotify", "waybar", "polybar"]
license = "MIT"
name = "spotifatius"
version = "0.2.0"
version = "0.2.1"

[dependencies]
anyhow = "1.0.41"
Expand Down
2 changes: 1 addition & 1 deletion src/commands/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl OutputFormatter {
.map(|color| color.to_owned())
})
.unwrap_or_default();
println!("%{{F{color}}}{}{{%F-}}", output.text);
println!("%{{F{color}}}{}%{{F-}}", output.text);
}
}
Ok(())
Expand Down

0 comments on commit 31b45ad

Please sign in to comment.