Andeskjerf / waybar-module-pomodoro

A pomodoro timer intended for Waybar
The Unlicense
6 stars 1 forks source link

Spacing of pause and play symbols #1

Closed indicatelovelace closed 9 hours ago

indicatelovelace commented 2 months ago

https://github.com/Andeskjerf/waybar-module-pomodoro/blob/97a4064f6bd2096f6d536e069424cdad358f44ad/src/main.rs#L114C47-L114C49 Would you mind adding a space after the pause symbol? It looks akward this way when the timer is ticking.

Andeskjerf commented 2 months ago

There's already a space for both play and pause :) It looks fine with a single space on my end. Though I'm sure it might look awkward with certain fonts.

1715683864

Andeskjerf commented 9 hours ago

https://github.com/Andeskjerf/waybar-module-pomodoro/pull/5 The icon/text can now be any custom value, so this issue is no longer relevant.