You recommend to use alias gp-tracking=gnome-pomodoro-tracking, but the alias isn't permanent.
Therefore gp-tracking -gps "$(state)" -gpt "$(triggers)" -gpd "$(duration)" -gpe "$(elapsed)" doesn't work after a restart, only gnome-pomodoro-tracking "$(state)" -gpt "$(triggers)" -gpd "$(duration)" -gpe "$(elapsed)" does.
Can you either provide a command for a permanent alias or adjust the commands to gnome-pomodoro-tracking in the readme and the other instructions in order to prevent confusion?
You recommend to use
alias gp-tracking=gnome-pomodoro-tracking
, but the alias isn't permanent.Therefore
gp-tracking -gps "$(state)" -gpt "$(triggers)" -gpd "$(duration)" -gpe "$(elapsed)"
doesn't work after a restart, onlygnome-pomodoro-tracking "$(state)" -gpt "$(triggers)" -gpd "$(duration)" -gpe "$(elapsed)"
does.Can you either provide a command for a permanent alias or adjust the commands to
gnome-pomodoro-tracking
in the readme and the other instructions in order to prevent confusion?