> Be sure to replace GOOGLE_USERNAME with your accountname(everything in front of @gmail.com).
Where are you replacing GOOGLE_USERNAME?
set -g status-right '📅 #(gcalcli --nostarted --calendar "GOOGLE_USERNAME" agenda --nocolor | cut -d " " -f 4- | head -2 | tail -1 | sed "s/^ *//g" | sed "s/ / /g" | cut -c1-19)'
> Be sure to replace GOOGLE_USERNAME with your accountname(everything in front of @gmail.com).
Where are you replacing GOOGLE_USERNAME?