You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there.. First off, thanks for building this. I've been looking for a way to get a quick glance on my Rescuetime productivity score and i've always thought it bizzare why they couldn't just make a functional menu bar icon that shows your score. Anyway, I managed to install your app but it looks as if the menu bar isn't working.. I installed it about 30 mintues ago and although my score right now is 70 (which is the const goal), only two circles are fully filled in and the last one only half filled-in. Looking at your code (see below, it should be 2 circles full.. Could it be because I just installed this and I need to wait for the tool to gather more data fully? Hope your open to helping me troubleshoot. Thanks in advance
if(score < calcTarget(goal, 15)) { bar = "○○○"} else if (score <= calcTarget(goal, 30)) { bar = "◐○○"} else if (score <= calcTarget(goal, 45)) { bar = "●○○"} else if (score <= calcTarget(goal, 60)) { bar = "●◐○"} else if (score <= calcTarget(goal, 75)) { bar = "●●○"} else if (score <= calcTarget(goal, 90)) { bar = "●●◐"} else if (score >= calcTarget(goal, 90)) { bar = "●●●"}
The text was updated successfully, but these errors were encountered:
Hey! Glad to hear someone else is getting use out of it. I made a small change in the way that the working hours filter is selected. I set it to not filter by working hours now (I think this might be the cause of the problem you're having).
Could you download the new version and let me know if the bar still act's up?
Hi there.. First off, thanks for building this. I've been looking for a way to get a quick glance on my Rescuetime productivity score and i've always thought it bizzare why they couldn't just make a functional menu bar icon that shows your score. Anyway, I managed to install your app but it looks as if the menu bar isn't working.. I installed it about 30 mintues ago and although my score right now is 70 (which is the const goal), only two circles are fully filled in and the last one only half filled-in. Looking at your code (see below, it should be 2 circles full.. Could it be because I just installed this and I need to wait for the tool to gather more data fully? Hope your open to helping me troubleshoot. Thanks in advance
if(score < calcTarget(goal, 15)) { bar = "○○○"} else if (score <= calcTarget(goal, 30)) { bar = "◐○○"} else if (score <= calcTarget(goal, 45)) { bar = "●○○"} else if (score <= calcTarget(goal, 60)) { bar = "●◐○"} else if (score <= calcTarget(goal, 75)) { bar = "●●○"} else if (score <= calcTarget(goal, 90)) { bar = "●●◐"} else if (score >= calcTarget(goal, 90)) { bar = "●●●"}
The text was updated successfully, but these errors were encountered: