Open zonotope opened 3 years ago
Some visual that would be very nice to have, would be to display progress in the border-bottom
:
For something like a music player, it could display the position in the song, making (for me) the indication (00:13/03:33)
obsolete.
Since certain modules have an icon view, you can do something along these lines:
"cpu": {
"format": "cpu {icon}",
"format-icons": [
"#:::::::::",
"##::::::::",
...
"##########"
]
}
However, certain modules don't have an icon view at all, like the disk module... A progress bar in the bottom border would be great too.
Some visual that would be very nice to have, would be to display progress in the
border-bottom
:For something like a music player, it could display the position in the song, making (for me) the indication
(00:13/03:33)
obsolete.
Check out #3410
Progress bar It could be in the form of a circle, I saw something similar in Eww
um sorry if am dumb , but why dont we use a font that show gliph of circular progressbar ?? i think there might be more easyly managable , if we can overlay one txt over other for better utils ..... i know it is silly response but i see some pottential
Is it possible to add progress bars for situations involving percentages instead of using just the raw number, like it's possible in Polybar. That way we could have quasi-graphical representations of things like cpu load or disk space used instead relying on reading percentage numbers in each case.