Skip to content

Make progress bar characters customizable

Jan Bidler requested to merge miepee/pacman:custom-progress-bar into master

This Merge Request adds the ability to customize the characters Pacman uses to draw the progress bar. image
Progress bar drawn with FontAwesome characters.

4 new config options are introduced: ProgressCharDone, ProgressCharCurrent, ProgressCharMissing and ProgressCharWidth. The first three determine which characters to draw for various parts of the progress bar, the latter is a config option to help with making the progress bar look right as some characters have a bigger width than others.
If any of the first three config options are set, the ILoveCandy setting is ignored in order to not conflict with one another.
If the last config option is not set or is set to 0, it will try to automatically determine the display width.

In terms of functionality, this is done. I am unsure however if I need to edit some documentation for this somewhere.

Edited by Jan Bidler

Merge request reports