Andeskjerf / waybar-module-pomodoro

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

Allow changing the play/pause icon with custom text & finer control of styling via new classes #5

Closed Andeskjerf closed 1 month ago

Andeskjerf commented 1 month ago

Add new arguments,

        -p, --play <value>          Sets custom play icon/text. default: {}
        -a, --pause <value>         Sets custom pause icon/text. default: {}

which allows the user to set custom text for both play and pause.

Add new possible classes, "" and "pause".

Closes https://github.com/Andeskjerf/waybar-module-pomodoro/issues/4

Andeskjerf commented 1 month ago

Also add the ability to change the work & break icons. They are no longer set by the module config for waybar, but instead by the module itself.