Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Color of countdown and text on Menu bar #10

Open
getbiks opened this issue Feb 8, 2021 · 1 comment
Open

Change Color of countdown and text on Menu bar #10

getbiks opened this issue Feb 8, 2021 · 1 comment

Comments

@getbiks
Copy link

getbiks commented Feb 8, 2021

Hi, Is there any way we can change the color of menu bar text and timer when the countdown is runing? Currently it is red and it is very difficult to see.

@Caffa
Copy link

Caffa commented Jan 5, 2022

You can change the color in the countdown_timer.1s.rb script

  if remain < 5 * 60 && remain != 0
    color = "blue"
  elsif remain < 30 * 60 && remain != 0
    color = "black"
  end

To something like above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants