rio icon indicating copy to clipboard operation
rio copied to clipboard

[Linux] Color automation does not work

Open raelmax opened this issue 1 year ago • 0 comments

Hi, I just built Rio from the source code, and after configuring the navigation with a color-automation based on the path I could not make it work. There's something else that should be done to make it work?

My [navigation] section:

[navigation]
  mode = "BottomTab"
  clickable = false 
  use-current-path = false
  color-automation = [
    { path = "/full/path/to-my-dir/", color = "#14D64D" } 
  ]

raelmax avatar Jun 15 '24 19:06 raelmax