JakeStanger / ironbar

Customisable Wayland gtk bar written in Rust.
https://crates.io/crates/ironbar
MIT License
560 stars 47 forks source link

Launcher truncate options & related refactors #651

Open JakeStanger opened 3 months ago

JakeStanger commented 3 months ago

Adds two new options to the launcher module:

The truncate.mode option can now also be explicitly set to off everywhere it's taken. This is the same as leaving it as null in most cases for now, but I will be reviewing the other modules to ensure they too are using a sensible default.

The truncation code has also been refactored.

Resolves partially #633